Html Css Color HEX #DBE066 Goldenrod

📋 copy color: '#DBE066'

red 219 ◦ green 224 ◦ blue 102

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

Shades of Goldenrod #DBE066

Tints of Goldenrod #DBE066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.72%

R = 40.18%
G = 41.1%
B = 18.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#DBE066 (or 0xDBE066) is known color: Goldenrod. HEX triplet: DB, E0 and 66. RGB value is (219,224,102). Sum of RGB (Red+Green+Blue) = 219+224+102=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 102 (40.23% from 255 or 18.72% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE066 is #241F99. Grayscale: #D1D1D1. Windows color (decimal): -2367386 or 6742235. OLE color: 6742235.

HSL color Cylindrical-coordinate representation of color #DBE066: hue angle of 62.46º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBE066 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 102 -
CMYK 0.02 0 0.54 0.12
HSL 62.46º 0.66% 0.64% -
HSV(B) 62.46º 0.54% 0.88% -
XYZ 58.27 69.33 22.88 -
YUV 208.6 67.84 135.42 -
System Red Green Blue C M Y K H S L
Decimal 219 224 102 0.02 0 0.54 0.12 62.46 0.66 0.64
Hex DB E0 66 2 0 36 C 3E 42 40
Octal 333 340 146 2 0 66 14 76 102 100
Binary 11011011 11100000 1100110 10 0 110110 1100 111110 1000010 1000000

Color Harmonies of #DBE066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE066

Black with #DBE066

Text Example


Text Example

White with #DBE066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE066; }

 p { color: rgb(219,224,102); }

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

background-color css

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

 a { background-color: rgb(219,224,102); }

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

border-color css

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

 span { border-color: rgb(219,224,102); }

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