Html Css Color HEX #DDCB64 Golden Sand

📋 copy color: '#DDCB64'

red 221 ◦ green 203 ◦ blue 100

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

Shades of Golden Sand #DDCB64

Tints of Golden Sand #DDCB64

RGB

 RED value IS 221 (86.72% from 255) = 42.18%

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

 BLUE value IS 100 (39.45% from 255) = 19.08%

R = 42.18%
G = 38.74%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDCB64 (or 0xDDCB64) is known color: Golden Sand. HEX triplet: DD, CB and 64. RGB value is (221,203,100). Sum of RGB (Red+Green+Blue) = 221+203+100=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB64 is #22349B. Grayscale: #C5C5C5. Windows color (decimal): -2241692 or 6605789. OLE color: 6605789.

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

Color convert

RGB 221 203 100 -
CMYK 0 0.08 0.55 0.13
HSL 51.07º 0.64% 0.63% -
HSV(B) 51.07º 0.55% 0.87% -
XYZ 53.47 59 20.63 -
YUV 196.64 73.46 145.38 -
System Red Green Blue C M Y K H S L
Decimal 221 203 100 0 0.08 0.55 0.13 51.07 0.64 0.63
Hex DD CB 64 0 8 37 D 33 40 3F
Octal 335 313 144 0 10 67 15 63 100 77
Binary 11011101 11001011 1100100 0 1000 110111 1101 110011 1000000 111111

Color Harmonies of #DDCB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB64

Black with #DDCB64

Text Example


Text Example

White with #DDCB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB64; }

 p { color: rgb(221,203,100); }

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

background-color css

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

 a { background-color: rgb(221,203,100); }

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

border-color css

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

 span { border-color: rgb(221,203,100); }

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