Html Css Color HEX #DBDA71 Goldenrod

📋 copy color: '#DBDA71'

red 219 ◦ green 218 ◦ blue 113

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

Shades of Goldenrod #DBDA71

Tints of Goldenrod #DBDA71

RGB

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

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

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

R = 39.82%
G = 39.64%
B = 20.55%

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

#DBDA71 (or 0xDBDA71) is known color: Goldenrod. HEX triplet: DB, DA and 71. RGB value is (219,218,113). Sum of RGB (Red+Green+Blue) = 219+218+113=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA71 is #24258E. Grayscale: #CECECE. Windows color (decimal): -2368911 or 7461595. OLE color: 7461595.

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

Color convert

RGB 219 218 113 -
CMYK 0 0.00 0.48 0.14
HSL 59.43º 0.6% 0.65% -
HSV(B) 59.43º 0.48% 0.86% -
XYZ 57.27 66.4 25.42 -
YUV 206.33 75.33 137.04 -
System Red Green Blue C M Y K H S L
Decimal 219 218 113 0 0.00 0.48 0.14 59.43 0.6 0.65
Hex DB DA 71 0 0 30 E 3B 3C 41
Octal 333 332 161 0 0 60 16 73 74 101
Binary 11011011 11011010 1110001 0 0 110000 1110 111011 111100 1000001

Color Harmonies of #DBDA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA71

Black with #DBDA71

Text Example


Text Example

White with #DBDA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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