Html Css Color HEX #DBE17D Goldenrod

📋 copy color: '#DBE17D'

red 219 ◦ green 225 ◦ blue 125

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

Shades of Goldenrod #DBE17D

Tints of Goldenrod #DBE17D

RGB

 RED value IS 219 (85.94% from 255) = 38.49%

 GREEN value IS 225 (88.28% from 255) = 39.54%

 BLUE value IS 125 (49.22% from 255) = 21.97%

R = 38.49%
G = 39.54%
B = 21.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#DBE17D (or 0xDBE17D) is known color: Goldenrod. HEX triplet: DB, E1 and 7D. RGB value is (219,225,125). Sum of RGB (Red+Green+Blue) = 219+225+125=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE17D is #241E82. Grayscale: #D4D4D4. Windows color (decimal): -2367107 or 8249819. OLE color: 8249819.

HSL color Cylindrical-coordinate representation of color #DBE17D: hue angle of 63.6º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBE17D is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 225 125 -
CMYK 0.03 0 0.44 0.12
HSL 63.6º 0.63% 0.69% -
HSV(B) 63.6º 0.44% 0.88% -
XYZ 59.84 70.39 29.83 -
YUV 211.81 79.01 133.13 -
System Red Green Blue C M Y K H S L
Decimal 219 225 125 0.03 0 0.44 0.12 63.6 0.63 0.69
Hex DB E1 7D 3 0 2C C 40 3E 45
Octal 333 341 175 3 0 54 14 100 76 105
Binary 11011011 11100001 1111101 11 0 101100 1100 1000000 111110 1000101

Color Harmonies of #DBE17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE17D

Black with #DBE17D

Text Example


Text Example

White with #DBE17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE17D; }

 p { color: rgb(219,225,125); }

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

background-color css

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

 a { background-color: rgb(219,225,125); }

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

border-color css

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

 span { border-color: rgb(219,225,125); }

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