Html Css Color HEX #DBDB78 Goldenrod

📋 copy color: '#DBDB78'

red 219 ◦ green 219 ◦ blue 120

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

Shades of Goldenrod #DBDB78

Tints of Goldenrod #DBDB78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.51%

R = 39.25%
G = 39.25%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DBDB78 (or 0xDBDB78) is known color: Goldenrod. HEX triplet: DB, DB and 78. RGB value is (219,219,120). Sum of RGB (Red+Green+Blue) = 219+219+120=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 120 (47.27% from 255 or 21.51% from 558); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB78 is #242487. Grayscale: #D0D0D0. Windows color (decimal): -2368648 or 7920603. OLE color: 7920603.

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

Color convert

RGB 219 219 120 -
CMYK 0 0 0.45 0.14
HSL 60º 0.58% 0.66% -
HSV(B) 60º 0.45% 0.86% -
XYZ 57.94 67.08 27.66 -
YUV 207.71 78.5 136.05 -
System Red Green Blue C M Y K H S L
Decimal 219 219 120 0 0 0.45 0.14 60 0.58 0.66
Hex DB DB 78 0 0 2D E 3C 3A 42
Octal 333 333 170 0 0 55 16 74 72 102
Binary 11011011 11011011 1111000 0 0 101101 1110 111100 111010 1000010

Color Harmonies of #DBDB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB78

Black with #DBDB78

Text Example


Text Example

White with #DBDB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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