Html Css Color HEX #DFCC62 Golden Sand

📋 copy color: '#DFCC62'

red 223 ◦ green 204 ◦ blue 98

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

Shades of Golden Sand #DFCC62

Tints of Golden Sand #DFCC62

RGB

 RED value IS 223 (87.5% from 255) = 42.48%

 GREEN value IS 204 (80.08% from 255) = 38.86%

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

R = 42.48%
G = 38.86%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DFCC62 (or 0xDFCC62) is known color: Golden Sand. HEX triplet: DF, CC and 62. RGB value is (223,204,98). Sum of RGB (Red+Green+Blue) = 223+204+98=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 98 (38.67% from 255 or 18.67% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC62 is #20339D. Grayscale: #C6C6C6. Windows color (decimal): -2110366 or 6474975. OLE color: 6474975.

HSL color Cylindrical-coordinate representation of color #DFCC62: hue angle of 50.88º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFCC62 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 204 98 -
CMYK 0 0.09 0.56 0.13
HSL 50.88º 0.66% 0.63% -
HSV(B) 50.88º 0.56% 0.87% -
XYZ 54.23 59.76 20.23 -
YUV 197.6 71.79 146.12 -
System Red Green Blue C M Y K H S L
Decimal 223 204 98 0 0.09 0.56 0.13 50.88 0.66 0.63
Hex DF CC 62 0 9 38 D 33 42 3F
Octal 337 314 142 0 11 70 15 63 102 77
Binary 11011111 11001100 1100010 0 1001 111000 1101 110011 1000010 111111

Color Harmonies of #DFCC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC62

Black with #DFCC62

Text Example


Text Example

White with #DFCC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC62; }

 p { color: rgb(223,204,98); }

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

background-color css

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

 a { background-color: rgb(223,204,98); }

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

border-color css

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

 span { border-color: rgb(223,204,98); }

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