Html Css Color HEX #DDCC62 Golden Sand

📋 copy color: '#DDCC62'

red 221 ◦ green 204 ◦ blue 98

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

Shades of Golden Sand #DDCC62

Tints of Golden Sand #DDCC62

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.01%

 BLUE value IS 98 (38.67% from 255) = 18.74%

R = 42.26%
G = 39.01%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDCC62 (or 0xDDCC62) is known color: Golden Sand. HEX triplet: DD, CC and 62. RGB value is (221,204,98). Sum of RGB (Red+Green+Blue) = 221+204+98=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC62 is #22339D. Grayscale: #C5C5C5. Windows color (decimal): -2241438 or 6474973. OLE color: 6474973.

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

Color convert

RGB 221 204 98 -
CMYK 0 0.08 0.56 0.13
HSL 51.71º 0.64% 0.63% -
HSV(B) 51.71º 0.56% 0.87% -
XYZ 53.62 59.44 20.2 -
YUV 197 72.13 145.12 -
System Red Green Blue C M Y K H S L
Decimal 221 204 98 0 0.08 0.56 0.13 51.71 0.64 0.63
Hex DD CC 62 0 8 38 D 34 40 3F
Octal 335 314 142 0 10 70 15 64 100 77
Binary 11011101 11001100 1100010 0 1000 111000 1101 110100 1000000 111111

Color Harmonies of #DDCC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC62

Black with #DDCC62

Text Example


Text Example

White with #DDCC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC62; }

 p { color: rgb(221,204,98); }

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

background-color css

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

 a { background-color: rgb(221,204,98); }

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

border-color css

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

 span { border-color: rgb(221,204,98); }

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