Html Css Color HEX #DCDA69 Goldenrod

📋 copy color: '#DCDA69'

red 220 ◦ green 218 ◦ blue 105

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

Shades of Goldenrod #DCDA69

Tints of Goldenrod #DCDA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.34%

R = 40.52%
G = 40.15%
B = 19.34%

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

#DCDA69 (or 0xDCDA69) is known color: Goldenrod. HEX triplet: DC, DA and 69. RGB value is (220,218,105). Sum of RGB (Red+Green+Blue) = 220+218+105=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA69 is #232596. Grayscale: #CECECE. Windows color (decimal): -2303383 or 6937308. OLE color: 6937308.

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

Color convert

RGB 220 218 105 -
CMYK 0 0.01 0.52 0.14
HSL 58.96º 0.62% 0.64% -
HSV(B) 58.96º 0.52% 0.86% -
XYZ 57.14 66.38 23.17 -
YUV 205.72 71.16 138.19 -
System Red Green Blue C M Y K H S L
Decimal 220 218 105 0 0.01 0.52 0.14 58.96 0.62 0.64
Hex DC DA 69 0 1 34 E 3B 3E 40
Octal 334 332 151 0 1 64 16 73 76 100
Binary 11011100 11011010 1101001 0 1 110100 1110 111011 111110 1000000

Color Harmonies of #DCDA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA69

Black with #DCDA69

Text Example


Text Example

White with #DCDA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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