Html Css Color HEX #DFCF62 Golden Sand

📋 copy color: '#DFCF62'

red 223 ◦ green 207 ◦ blue 98

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

Shades of Golden Sand #DFCF62

Tints of Golden Sand #DFCF62

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.2%

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

R = 42.23%
G = 39.2%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DFCF62 (or 0xDFCF62) is known color: Golden Sand. HEX triplet: DF, CF and 62. RGB value is (223,207,98). Sum of RGB (Red+Green+Blue) = 223+207+98=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 98 (38.67% from 255 or 18.56% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF62 is #20309D. Grayscale: #C7C7C7. Windows color (decimal): -2109598 or 6475743. OLE color: 6475743.

HSL color Cylindrical-coordinate representation of color #DFCF62: hue angle of 52.32º 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 #DFCF62 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 207 98 -
CMYK 0 0.07 0.56 0.13
HSL 52.32º 0.66% 0.63% -
HSV(B) 52.32º 0.56% 0.87% -
XYZ 54.95 61.2 20.47 -
YUV 199.36 70.8 144.86 -
System Red Green Blue C M Y K H S L
Decimal 223 207 98 0 0.07 0.56 0.13 52.32 0.66 0.63
Hex DF CF 62 0 7 38 D 34 42 3F
Octal 337 317 142 0 7 70 15 64 102 77
Binary 11011111 11001111 1100010 0 111 111000 1101 110100 1000010 111111

Color Harmonies of #DFCF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF62

Black with #DFCF62

Text Example


Text Example

White with #DFCF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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