Html Css Color HEX #DDCF65 Golden Sand

📋 copy color: '#DDCF65'

red 221 ◦ green 207 ◦ blue 101

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

Shades of Golden Sand #DDCF65

Tints of Golden Sand #DDCF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.09%

R = 41.78%
G = 39.13%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDCF65 (or 0xDDCF65) is known color: Golden Sand. HEX triplet: DD, CF and 65. RGB value is (221,207,101). Sum of RGB (Red+Green+Blue) = 221+207+101=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF65 is #22309A. Grayscale: #C7C7C7. Windows color (decimal): -2240667 or 6672349. OLE color: 6672349.

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

Color convert

RGB 221 207 101 -
CMYK 0 0.06 0.54 0.13
HSL 53º 0.64% 0.63% -
HSV(B) 53º 0.54% 0.87% -
XYZ 54.48 60.94 21.2 -
YUV 199.1 72.64 143.62 -
System Red Green Blue C M Y K H S L
Decimal 221 207 101 0 0.06 0.54 0.13 53 0.64 0.63
Hex DD CF 65 0 6 36 D 35 40 3F
Octal 335 317 145 0 6 66 15 65 100 77
Binary 11011101 11001111 1100101 0 110 110110 1101 110101 1000000 111111

Color Harmonies of #DDCF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF65

Black with #DDCF65

Text Example


Text Example

White with #DDCF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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