Html Css Color HEX #DCDA6A Goldenrod

📋 copy color: '#DCDA6A'

red 220 ◦ green 218 ◦ blue 106

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

Shades of Goldenrod #DCDA6A

Tints of Goldenrod #DCDA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.49%

R = 40.44%
G = 40.07%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DCDA6A (or 0xDCDA6A) is known color: Goldenrod. HEX triplet: DC, DA and 6A. RGB value is (220,218,106). Sum of RGB (Red+Green+Blue) = 220+218+106=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA6A is #232595. Grayscale: #CECECE. Windows color (decimal): -2303382 or 7002844. OLE color: 7002844.

HSL color Cylindrical-coordinate representation of color #DCDA6A: hue angle of 58.95º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCDA6A is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 218 106 -
CMYK 0 0.01 0.52 0.14
HSL 58.95º 0.62% 0.64% -
HSV(B) 58.95º 0.52% 0.86% -
XYZ 57.19 66.4 23.44 -
YUV 205.83 71.66 138.11 -
System Red Green Blue C M Y K H S L
Decimal 220 218 106 0 0.01 0.52 0.14 58.95 0.62 0.64
Hex DC DA 6A 0 1 34 E 3B 3E 40
Octal 334 332 152 0 1 64 16 73 76 100
Binary 11011100 11011010 1101010 0 1 110100 1110 111011 111110 1000000

Color Harmonies of #DCDA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA6A

Black with #DCDA6A

Text Example


Text Example

White with #DCDA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA6A; }

 p { color: rgb(220,218,106); }

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

background-color css

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

 a { background-color: rgb(220,218,106); }

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

border-color css

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

 span { border-color: rgb(220,218,106); }

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