Html Css Color HEX #DDCF64 Golden Sand

📋 copy color: '#DDCF64'

red 221 ◦ green 207 ◦ blue 100

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

Shades of Golden Sand #DDCF64

Tints of Golden Sand #DDCF64

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.2%

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

R = 41.86%
G = 39.2%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDCF64 (or 0xDDCF64) is known color: Golden Sand. HEX triplet: DD, CF and 64. RGB value is (221,207,100). Sum of RGB (Red+Green+Blue) = 221+207+100=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF64 is #22309B. Grayscale: #C7C7C7. Windows color (decimal): -2240668 or 6606813. OLE color: 6606813.

HSL color Cylindrical-coordinate representation of color #DDCF64: hue angle of 53.06º 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 #DDCF64 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 207 100 -
CMYK 0 0.06 0.55 0.13
HSL 53.06º 0.64% 0.63% -
HSV(B) 53.06º 0.55% 0.87% -
XYZ 54.43 60.92 20.95 -
YUV 198.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 221 207 100 0 0.06 0.55 0.13 53.06 0.64 0.63
Hex DD CF 64 0 6 37 D 35 40 3F
Octal 335 317 144 0 6 67 15 65 100 77
Binary 11011101 11001111 1100100 0 110 110111 1101 110101 1000000 111111

Color Harmonies of #DDCF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF64

Black with #DDCF64

Text Example


Text Example

White with #DDCF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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