Html Css Color HEX #DDCF63 Golden Sand

📋 copy color: '#DDCF63'

red 221 ◦ green 207 ◦ blue 99

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

Shades of Golden Sand #DDCF63

Tints of Golden Sand #DDCF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.79%

R = 41.94%
G = 39.28%
B = 18.79%

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

#DDCF63 (or 0xDDCF63) is known color: Golden Sand. HEX triplet: DD, CF and 63. RGB value is (221,207,99). Sum of RGB (Red+Green+Blue) = 221+207+99=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF63 is #22309C. Grayscale: #C7C7C7. Windows color (decimal): -2240669 or 6541277. OLE color: 6541277.

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

Color convert

RGB 221 207 99 -
CMYK 0 0.06 0.55 0.13
HSL 53.11º 0.64% 0.63% -
HSV(B) 53.11º 0.55% 0.87% -
XYZ 54.38 60.9 20.69 -
YUV 198.87 71.64 143.78 -
System Red Green Blue C M Y K H S L
Decimal 221 207 99 0 0.06 0.55 0.13 53.11 0.64 0.63
Hex DD CF 63 0 6 37 D 35 40 3F
Octal 335 317 143 0 6 67 15 65 100 77
Binary 11011101 11001111 1100011 0 110 110111 1101 110101 1000000 111111

Color Harmonies of #DDCF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF63

Black with #DDCF63

Text Example


Text Example

White with #DDCF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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