Html Css Color HEX #DFCB63 Golden Sand

📋 copy color: '#DFCB63'

red 223 ◦ green 203 ◦ blue 99

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

Shades of Golden Sand #DFCB63

Tints of Golden Sand #DFCB63

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.67%

 BLUE value IS 99 (39.06% from 255) = 18.86%

R = 42.48%
G = 38.67%
B = 18.86%

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

#DFCB63 (or 0xDFCB63) is known color: Golden Sand. HEX triplet: DF, CB and 63. RGB value is (223,203,99). Sum of RGB (Red+Green+Blue) = 223+203+99=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 99 (39.06% from 255 or 18.86% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB63 is #20349C. Grayscale: #C5C5C5. Windows color (decimal): -2110621 or 6540255. OLE color: 6540255.

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

Color convert

RGB 223 203 99 -
CMYK 0 0.09 0.56 0.13
HSL 50.32º 0.66% 0.63% -
HSV(B) 50.32º 0.56% 0.87% -
XYZ 54.04 59.3 20.4 -
YUV 197.12 72.63 146.46 -
System Red Green Blue C M Y K H S L
Decimal 223 203 99 0 0.09 0.56 0.13 50.32 0.66 0.63
Hex DF CB 63 0 9 38 D 32 42 3F
Octal 337 313 143 0 11 70 15 62 102 77
Binary 11011111 11001011 1100011 0 1001 111000 1101 110010 1000010 111111

Color Harmonies of #DFCB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCB63

Black with #DFCB63

Text Example


Text Example

White with #DFCB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCB63; }

 p { color: rgb(223,203,99); }

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

background-color css

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

 a { background-color: rgb(223,203,99); }

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

border-color css

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

 span { border-color: rgb(223,203,99); }

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