Html Css Color HEX #DBDA73 Goldenrod

📋 copy color: '#DBDA73'

red 219 ◦ green 218 ◦ blue 115

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

Shades of Goldenrod #DBDA73

Tints of Goldenrod #DBDA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.83%

R = 39.67%
G = 39.49%
B = 20.83%

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

#DBDA73 (or 0xDBDA73) is known color: Goldenrod. HEX triplet: DB, DA and 73. RGB value is (219,218,115). Sum of RGB (Red+Green+Blue) = 219+218+115=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 115 (45.31% from 255 or 20.83% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA73 is #24258C. Grayscale: #CECECE. Windows color (decimal): -2368909 or 7592667. OLE color: 7592667.

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

Color convert

RGB 219 218 115 -
CMYK 0 0.00 0.47 0.14
HSL 59.42º 0.59% 0.65% -
HSV(B) 59.42º 0.47% 0.86% -
XYZ 57.38 66.44 26.02 -
YUV 206.56 76.33 136.88 -
System Red Green Blue C M Y K H S L
Decimal 219 218 115 0 0.00 0.47 0.14 59.42 0.59 0.65
Hex DB DA 73 0 0 2F E 3B 3B 41
Octal 333 332 163 0 0 57 16 73 73 101
Binary 11011011 11011010 1110011 0 0 101111 1110 111011 111011 1000001

Color Harmonies of #DBDA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA73

Black with #DBDA73

Text Example


Text Example

White with #DBDA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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