Html Css Color HEX #D0E01D Pear

📋 copy color: '#D0E01D'

red 208 ◦ green 224 ◦ blue 29

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

Shades of Pear #D0E01D

Tints of Pear #D0E01D

RGB

 RED value IS 208 (81.64% from 255) = 45.12%

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

 BLUE value IS 29 (11.72% from 255) = 6.29%

R = 45.12%
G = 48.59%
B = 6.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#D0E01D (or 0xD0E01D) is known color: Pear. HEX triplet: D0, E0 and 1D. RGB value is (208,224,29). Sum of RGB (Red+Green+Blue) = 208+224+29=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 29 (11.72% from 255 or 6.29% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E01D is #2F1FE2. Grayscale: #C5C5C5. Windows color (decimal): -3088355 or 1958096. OLE color: 1958096.

HSL color Cylindrical-coordinate representation of color #D0E01D: hue angle of 64.92º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0E01D is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 224 29 -
CMYK 0.07 0 0.87 0.12
HSL 64.92º 0.77% 0.5% -
HSV(B) 64.92º 0.87% 0.88% -
XYZ 52.89 66.81 11.27 -
YUV 196.99 33.2 135.86 -
System Red Green Blue C M Y K H S L
Decimal 208 224 29 0.07 0 0.87 0.12 64.92 0.77 0.5
Hex D0 E0 1D 7 0 57 C 41 4D 32
Octal 320 340 35 7 0 127 14 101 115 62
Binary 11010000 11100000 11101 111 0 1010111 1100 1000001 1001101 110010

Color Harmonies of #D0E01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E01D

Black with #D0E01D

Text Example


Text Example

White with #D0E01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E01D; }

 p { color: rgb(208,224,29); }

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

background-color css

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

 a { background-color: rgb(208,224,29); }

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

border-color css

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

 span { border-color: rgb(208,224,29); }

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