Html Css Color HEX #DDEA1B Pear

📋 copy color: '#DDEA1B'

red 221 ◦ green 234 ◦ blue 27

#DDEA1B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #DDEA1B

Tints of Pear #DDEA1B

RGB

 RED value IS 221 (86.72% from 255) = 45.85%

 GREEN value IS 234 (91.8% from 255) = 48.55%

 BLUE value IS 27 (10.94% from 255) = 5.6%

R = 45.85%
G = 48.55%
B = 5.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDEA1B (or 0xDDEA1B) is known color: Pear. HEX triplet: DD, EA and 1B. RGB value is (221,234,27). Sum of RGB (Red+Green+Blue) = 221+234+27=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 27 (10.94% from 255 or 5.60% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEA1B is #2215E4. Grayscale: #CFCFCF. Windows color (decimal): -2233829 or 1829597. OLE color: 1829597.

HSL color Cylindrical-coordinate representation of color #DDEA1B: hue angle of 63.77º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDEA1B is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 234 27 -
CMYK 0.06 0 0.88 0.08
HSL 63.77º 0.83% 0.51% -
HSV(B) 63.77º 0.88% 0.92% -
XYZ 59.44 74.3 12.24 -
YUV 206.52 26.69 138.33 -
System Red Green Blue C M Y K H S L
Decimal 221 234 27 0.06 0 0.88 0.08 63.77 0.83 0.51
Hex DD EA 1B 6 0 58 8 40 53 33
Octal 335 352 33 6 0 130 10 100 123 63
Binary 11011101 11101010 11011 110 0 1011000 1000 1000000 1010011 110011

Color Harmonies of #DDEA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA1B

Black with #DDEA1B

Text Example


Text Example

White with #DDEA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA1B; }

 p { color: rgb(221,234,27); }

 H1.HeaderClassName
 {
   color: #DDEA1B;
 }
 .AnyTagClassName
 {
   color: #DDEA1B;
 }
</style>

background-color css

<style>
 a { background-color: #DDEA1B; }

 a { background-color: rgb(221,234,27); }

 div.DivClassName
 {
   background-color: #DDEA1B;
 }
 .BgClassName
 {
   background-color: #DDEA1B;
 }
</style>

border-color css

<style>
 span { border-color: #DDEA1B; }

 span { border-color: rgb(221,234,27); }

 td.TdClassName
 {
   border-color: #DDEA1B;
 }
 .TagClassName
 {
   border-color: #DDEA1B;
 }
</style>