Html Css Color HEX #DFCB68 Golden Sand

📋 copy color: '#DFCB68'

red 223 ◦ green 203 ◦ blue 104

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

Shades of Golden Sand #DFCB68

Tints of Golden Sand #DFCB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.62%

R = 42.08%
G = 38.3%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DFCB68 (or 0xDFCB68) is known color: Golden Sand. HEX triplet: DF, CB and 68. RGB value is (223,203,104). Sum of RGB (Red+Green+Blue) = 223+203+104=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB68 is #203497. Grayscale: #C6C6C6. Windows color (decimal): -2110616 or 6867935. OLE color: 6867935.

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

Color convert

RGB 223 203 104 -
CMYK 0 0.09 0.53 0.13
HSL 49.92º 0.65% 0.64% -
HSV(B) 49.92º 0.53% 0.87% -
XYZ 54.29 59.4 21.7 -
YUV 197.69 75.13 146.05 -
System Red Green Blue C M Y K H S L
Decimal 223 203 104 0 0.09 0.53 0.13 49.92 0.65 0.64
Hex DF CB 68 0 9 35 D 32 41 40
Octal 337 313 150 0 11 65 15 62 101 100
Binary 11011111 11001011 1101000 0 1001 110101 1101 110010 1000001 1000000

Color Harmonies of #DFCB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCB68

Black with #DFCB68

Text Example


Text Example

White with #DFCB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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