Html Css Color HEX #DBDB71 Goldenrod

📋 copy color: '#DBDB71'

red 219 ◦ green 219 ◦ blue 113

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

Shades of Goldenrod #DBDB71

Tints of Goldenrod #DBDB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.51%

R = 39.75%
G = 39.75%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DBDB71 (or 0xDBDB71) is known color: Goldenrod. HEX triplet: DB, DB and 71. RGB value is (219,219,113). Sum of RGB (Red+Green+Blue) = 219+219+113=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 113 (44.53% from 255 or 20.51% from 551); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB71 is #24248E. Grayscale: #CFCFCF. Windows color (decimal): -2368655 or 7461851. OLE color: 7461851.

HSL color Cylindrical-coordinate representation of color #DBDB71: 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.48%. Process color model (Four color, CMYK) of #DBDB71 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 219 113 -
CMYK 0 0 0.48 0.14
HSL 60º 0.6% 0.65% -
HSV(B) 60º 0.48% 0.86% -
XYZ 57.53 66.92 25.51 -
YUV 206.92 75 136.62 -
System Red Green Blue C M Y K H S L
Decimal 219 219 113 0 0 0.48 0.14 60 0.6 0.65
Hex DB DB 71 0 0 30 E 3C 3C 41
Octal 333 333 161 0 0 60 16 74 74 101
Binary 11011011 11011011 1110001 0 0 110000 1110 111100 111100 1000001

Color Harmonies of #DBDB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB71

Black with #DBDB71

Text Example


Text Example

White with #DBDB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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