Html Css Color HEX #DFCC67 Golden Sand

📋 copy color: '#DFCC67'

red 223 ◦ green 204 ◦ blue 103

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

Shades of Golden Sand #DFCC67

Tints of Golden Sand #DFCC67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.43%

R = 42.08%
G = 38.49%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DFCC67 (or 0xDFCC67) is known color: Golden Sand. HEX triplet: DF, CC and 67. RGB value is (223,204,103). Sum of RGB (Red+Green+Blue) = 223+204+103=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC67 is #203398. Grayscale: #C6C6C6. Windows color (decimal): -2110361 or 6802655. OLE color: 6802655.

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

Color convert

RGB 223 204 103 -
CMYK 0 0.09 0.54 0.13
HSL 50.5º 0.65% 0.64% -
HSV(B) 50.5º 0.54% 0.87% -
XYZ 54.47 59.85 21.51 -
YUV 198.17 74.29 145.71 -
System Red Green Blue C M Y K H S L
Decimal 223 204 103 0 0.09 0.54 0.13 50.5 0.65 0.64
Hex DF CC 67 0 9 36 D 32 41 40
Octal 337 314 147 0 11 66 15 62 101 100
Binary 11011111 11001100 1100111 0 1001 110110 1101 110010 1000001 1000000

Color Harmonies of #DFCC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC67

Black with #DFCC67

Text Example


Text Example

White with #DFCC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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