Html Css Color HEX #DCCD62 Golden Sand

📋 copy color: '#DCCD62'

red 220 ◦ green 205 ◦ blue 98

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

Shades of Golden Sand #DCCD62

Tints of Golden Sand #DCCD62

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.2%

 BLUE value IS 98 (38.67% from 255) = 18.74%

R = 42.07%
G = 39.2%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCCD62 (or 0xDCCD62) is known color: Golden Sand. HEX triplet: DC, CD and 62. RGB value is (220,205,98). Sum of RGB (Red+Green+Blue) = 220+205+98=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD62 is #23329D. Grayscale: #C5C5C5. Windows color (decimal): -2306718 or 6475228. OLE color: 6475228.

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

Color convert

RGB 220 205 98 -
CMYK 0 0.07 0.55 0.14
HSL 52.62º 0.64% 0.62% -
HSV(B) 52.62º 0.55% 0.86% -
XYZ 53.55 59.76 20.27 -
YUV 197.29 71.97 144.2 -
System Red Green Blue C M Y K H S L
Decimal 220 205 98 0 0.07 0.55 0.14 52.62 0.64 0.62
Hex DC CD 62 0 7 37 E 35 40 3E
Octal 334 315 142 0 7 67 16 65 100 76
Binary 11011100 11001101 1100010 0 111 110111 1110 110101 1000000 111110

Color Harmonies of #DCCD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD62

Black with #DCCD62

Text Example


Text Example

White with #DCCD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD62; }

 p { color: rgb(220,205,98); }

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

background-color css

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

 a { background-color: rgb(220,205,98); }

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

border-color css

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

 span { border-color: rgb(220,205,98); }

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