Html Css Color HEX #DBDB7B Goldenrod

📋 copy color: '#DBDB7B'

red 219 ◦ green 219 ◦ blue 123

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

Shades of Goldenrod #DBDB7B

Tints of Goldenrod #DBDB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.93%

R = 39.04%
G = 39.04%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DBDB7B (or 0xDBDB7B) is known color: Goldenrod. HEX triplet: DB, DB and 7B. RGB value is (219,219,123). Sum of RGB (Red+Green+Blue) = 219+219+123=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 123 (48.44% from 255 or 21.93% from 561); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB7B is #242484. Grayscale: #D0D0D0. Windows color (decimal): -2368645 or 8117211. OLE color: 8117211.

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

Color convert

RGB 219 219 123 -
CMYK 0 0 0.44 0.14
HSL 60º 0.57% 0.67% -
HSV(B) 60º 0.44% 0.86% -
XYZ 58.12 67.15 28.64 -
YUV 208.06 80 135.81 -
System Red Green Blue C M Y K H S L
Decimal 219 219 123 0 0 0.44 0.14 60 0.57 0.67
Hex DB DB 7B 0 0 2C E 3C 39 43
Octal 333 333 173 0 0 54 16 74 71 103
Binary 11011011 11011011 1111011 0 0 101100 1110 111100 111001 1000011

Color Harmonies of #DBDB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB7B

Black with #DBDB7B

Text Example


Text Example

White with #DBDB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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