Html Css Color HEX #DBDB6E Goldenrod

📋 copy color: '#DBDB6E'

red 219 ◦ green 219 ◦ blue 110

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

Shades of Goldenrod #DBDB6E

Tints of Goldenrod #DBDB6E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.96%

 BLUE value IS 110 (43.36% from 255) = 20.07%

R = 39.96%
G = 39.96%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DBDB6E (or 0xDBDB6E) is known color: Goldenrod. HEX triplet: DB, DB and 6E. RGB value is (219,219,110). Sum of RGB (Red+Green+Blue) = 219+219+110=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB6E is #242491. Grayscale: #CFCFCF. Windows color (decimal): -2368658 or 7265243. OLE color: 7265243.

HSL color Cylindrical-coordinate representation of color #DBDB6E: hue angle of 60º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBDB6E is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 219 110 -
CMYK 0 0 0.50 0.14
HSL 60º 0.6% 0.65% -
HSV(B) 60º 0.5% 0.86% -
XYZ 57.36 66.85 24.63 -
YUV 206.57 73.5 136.86 -
System Red Green Blue C M Y K H S L
Decimal 219 219 110 0 0 0.50 0.14 60 0.6 0.65
Hex DB DB 6E 0 0 32 E 3C 3C 41
Octal 333 333 156 0 0 62 16 74 74 101
Binary 11011011 11011011 1101110 0 0 110010 1110 111100 111100 1000001

Color Harmonies of #DBDB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB6E

Black with #DBDB6E

Text Example


Text Example

White with #DBDB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB6E; }

 p { color: rgb(219,219,110); }

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

background-color css

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

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

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

border-color css

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

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

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