Html Css Color HEX #DBDA72 Goldenrod

📋 copy color: '#DBDA72'

red 219 ◦ green 218 ◦ blue 114

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

Shades of Goldenrod #DBDA72

Tints of Goldenrod #DBDA72

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.56%

 BLUE value IS 114 (44.92% from 255) = 20.69%

R = 39.75%
G = 39.56%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DBDA72 (or 0xDBDA72) is known color: Goldenrod. HEX triplet: DB, DA and 72. RGB value is (219,218,114). Sum of RGB (Red+Green+Blue) = 219+218+114=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA72 is #24258D. Grayscale: #CECECE. Windows color (decimal): -2368910 or 7527131. OLE color: 7527131.

HSL color Cylindrical-coordinate representation of color #DBDA72: hue angle of 59.43º degrees, saturation: 0.59, 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 #DBDA72 is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 218 114 -
CMYK 0 0.00 0.48 0.14
HSL 59.43º 0.59% 0.65% -
HSV(B) 59.43º 0.48% 0.86% -
XYZ 57.32 66.42 25.72 -
YUV 206.44 75.83 136.96 -
System Red Green Blue C M Y K H S L
Decimal 219 218 114 0 0.00 0.48 0.14 59.43 0.59 0.65
Hex DB DA 72 0 0 30 E 3B 3B 41
Octal 333 332 162 0 0 60 16 73 73 101
Binary 11011011 11011010 1110010 0 0 110000 1110 111011 111011 1000001

Color Harmonies of #DBDA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA72

Black with #DBDA72

Text Example


Text Example

White with #DBDA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA72; }

 p { color: rgb(219,218,114); }

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

background-color css

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

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

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

border-color css

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

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

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