Html Css Color HEX #DCCB5F Golden Sand

📋 copy color: '#DCCB5F'

red 220 ◦ green 203 ◦ blue 95

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

Shades of Golden Sand #DCCB5F

Tints of Golden Sand #DCCB5F

RGB

 RED value IS 220 (86.33% from 255) = 42.47%

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

 BLUE value IS 95 (37.5% from 255) = 18.34%

R = 42.47%
G = 39.19%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCCB5F (or 0xDCCB5F) is known color: Golden Sand. HEX triplet: DC, CB and 5F. RGB value is (220,203,95). Sum of RGB (Red+Green+Blue) = 220+203+95=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB5F is #2334A0. Grayscale: #C4C4C4. Windows color (decimal): -2307233 or 6278108. OLE color: 6278108.

HSL color Cylindrical-coordinate representation of color #DCCB5F: hue angle of 51.84º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCCB5F is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 203 95 -
CMYK 0 0.08 0.57 0.14
HSL 51.84º 0.64% 0.62% -
HSV(B) 51.84º 0.57% 0.86% -
XYZ 52.94 58.75 19.38 -
YUV 195.77 71.13 145.28 -
System Red Green Blue C M Y K H S L
Decimal 220 203 95 0 0.08 0.57 0.14 51.84 0.64 0.62
Hex DC CB 5F 0 8 39 E 34 40 3E
Octal 334 313 137 0 10 71 16 64 100 76
Binary 11011100 11001011 1011111 0 1000 111001 1110 110100 1000000 111110

Color Harmonies of #DCCB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB5F

Black with #DCCB5F

Text Example


Text Example

White with #DCCB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB5F; }

 p { color: rgb(220,203,95); }

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

background-color css

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

 a { background-color: rgb(220,203,95); }

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

border-color css

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

 span { border-color: rgb(220,203,95); }

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