Html Css Color HEX #DCDB73 Goldenrod

📋 copy color: '#DCDB73'

red 220 ◦ green 219 ◦ blue 115

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

Shades of Goldenrod #DCDB73

Tints of Goldenrod #DCDB73

RGB

 RED value IS 220 (86.33% from 255) = 39.71%

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

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

R = 39.71%
G = 39.53%
B = 20.76%

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

#DCDB73 (or 0xDCDB73) is known color: Goldenrod. HEX triplet: DC, DB and 73. RGB value is (220,219,115). Sum of RGB (Red+Green+Blue) = 220+219+115=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB73 is #23248C. Grayscale: #CFCFCF. Windows color (decimal): -2303117 or 7592924. OLE color: 7592924.

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

Color convert

RGB 220 219 115 -
CMYK 0 0.00 0.48 0.14
HSL 59.43º 0.6% 0.66% -
HSV(B) 59.43º 0.48% 0.86% -
XYZ 57.94 67.12 26.12 -
YUV 207.44 75.83 136.96 -
System Red Green Blue C M Y K H S L
Decimal 220 219 115 0 0.00 0.48 0.14 59.43 0.6 0.66
Hex DC DB 73 0 0 30 E 3B 3C 42
Octal 334 333 163 0 0 60 16 73 74 102
Binary 11011100 11011011 1110011 0 0 110000 1110 111011 111100 1000010

Color Harmonies of #DCDB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB73

Black with #DCDB73

Text Example


Text Example

White with #DCDB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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