Html Css Color HEX #DBDA74 Goldenrod

📋 copy color: '#DBDA74'

red 219 ◦ green 218 ◦ blue 116

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

Shades of Goldenrod #DBDA74

Tints of Goldenrod #DBDA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.98%

R = 39.6%
G = 39.42%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBDA74 (or 0xDBDA74) is known color: Goldenrod. HEX triplet: DB, DA and 74. RGB value is (219,218,116). Sum of RGB (Red+Green+Blue) = 219+218+116=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 116 (45.70% from 255 or 20.98% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA74 is #24258B. Grayscale: #CFCFCF. Windows color (decimal): -2368908 or 7658203. OLE color: 7658203.

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

Color convert

RGB 219 218 116 -
CMYK 0 0.00 0.47 0.14
HSL 59.42º 0.59% 0.66% -
HSV(B) 59.42º 0.47% 0.86% -
XYZ 57.44 66.46 26.32 -
YUV 206.67 76.83 136.79 -
System Red Green Blue C M Y K H S L
Decimal 219 218 116 0 0.00 0.47 0.14 59.42 0.59 0.66
Hex DB DA 74 0 0 2F E 3B 3B 42
Octal 333 332 164 0 0 57 16 73 73 102
Binary 11011011 11011010 1110100 0 0 101111 1110 111011 111011 1000010

Color Harmonies of #DBDA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA74

Black with #DBDA74

Text Example


Text Example

White with #DBDA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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