Html Css Color HEX #DFCB6A Golden Sand

📋 copy color: '#DFCB6A'

red 223 ◦ green 203 ◦ blue 106

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

Shades of Golden Sand #DFCB6A

Tints of Golden Sand #DFCB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.92%

R = 41.92%
G = 38.16%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DFCB6A (or 0xDFCB6A) is known color: Golden Sand. HEX triplet: DF, CB and 6A. RGB value is (223,203,106). Sum of RGB (Red+Green+Blue) = 223+203+106=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB6A is #203495. Grayscale: #C6C6C6. Windows color (decimal): -2110614 or 6999007. OLE color: 6999007.

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

Color convert

RGB 223 203 106 -
CMYK 0 0.09 0.52 0.13
HSL 49.74º 0.65% 0.65% -
HSV(B) 49.74º 0.52% 0.87% -
XYZ 54.39 59.44 22.24 -
YUV 197.92 76.13 145.89 -
System Red Green Blue C M Y K H S L
Decimal 223 203 106 0 0.09 0.52 0.13 49.74 0.65 0.65
Hex DF CB 6A 0 9 34 D 32 41 41
Octal 337 313 152 0 11 64 15 62 101 101
Binary 11011111 11001011 1101010 0 1001 110100 1101 110010 1000001 1000001

Color Harmonies of #DFCB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCB6A

Black with #DFCB6A

Text Example


Text Example

White with #DFCB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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