Html Css Color HEX #DDE01B Pear

📋 copy color: '#DDE01B'

red 221 ◦ green 224 ◦ blue 27

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

Shades of Pear #DDE01B

Tints of Pear #DDE01B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.46%

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

R = 46.82%
G = 47.46%
B = 5.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#DDE01B (or 0xDDE01B) is known color: Pear. HEX triplet: DD, E0 and 1B. RGB value is (221,224,27). Sum of RGB (Red+Green+Blue) = 221+224+27=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 27 (10.94% from 255 or 5.72% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE01B is #221FE4. Grayscale: #C9C9C9. Windows color (decimal): -2236389 or 1827037. OLE color: 1827037.

HSL color Cylindrical-coordinate representation of color #DDE01B: hue angle of 60.91º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDE01B is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 224 27 -
CMYK 0.01 0 0.88 0.12
HSL 60.91º 0.78% 0.49% -
HSV(B) 60.91º 0.88% 0.88% -
XYZ 56.67 68.76 11.32 -
YUV 200.65 30.01 142.52 -
System Red Green Blue C M Y K H S L
Decimal 221 224 27 0.01 0 0.88 0.12 60.91 0.78 0.49
Hex DD E0 1B 1 0 58 C 3D 4E 31
Octal 335 340 33 1 0 130 14 75 116 61
Binary 11011101 11100000 11011 1 0 1011000 1100 111101 1001110 110001

Color Harmonies of #DDE01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE01B

Black with #DDE01B

Text Example


Text Example

White with #DDE01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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