Html Css Color HEX #DFC962 Golden Sand

📋 copy color: '#DFC962'

red 223 ◦ green 201 ◦ blue 98

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

Shades of Golden Sand #DFC962

Tints of Golden Sand #DFC962

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.51%

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

R = 42.72%
G = 38.51%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DFC962 (or 0xDFC962) is known color: Golden Sand. HEX triplet: DF, C9 and 62. RGB value is (223,201,98). Sum of RGB (Red+Green+Blue) = 223+201+98=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC962 is #20369D. Grayscale: #C4C4C4. Windows color (decimal): -2111134 or 6474207. OLE color: 6474207.

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

Color convert

RGB 223 201 98 -
CMYK 0 0.10 0.56 0.13
HSL 49.44º 0.66% 0.63% -
HSV(B) 49.44º 0.56% 0.87% -
XYZ 53.52 58.34 20 -
YUV 195.84 72.79 147.38 -
System Red Green Blue C M Y K H S L
Decimal 223 201 98 0 0.10 0.56 0.13 49.44 0.66 0.63
Hex DF C9 62 0 A 38 D 31 42 3F
Octal 337 311 142 0 12 70 15 61 102 77
Binary 11011111 11001001 1100010 0 1010 111000 1101 110001 1000010 111111

Color Harmonies of #DFC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC962

Black with #DFC962

Text Example


Text Example

White with #DFC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC962; }

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

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

background-color css

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

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

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

border-color css

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

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

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