Html Css Color HEX #DDCA6C Chenin

📋 copy color: '#DDCA6C'

red 221 ◦ green 202 ◦ blue 108

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

Shades of Chenin #DDCA6C

Tints of Chenin #DDCA6C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.04%

 BLUE value IS 108 (42.58% from 255) = 20.34%

R = 41.62%
G = 38.04%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDCA6C (or 0xDDCA6C) is known color: Chenin. HEX triplet: DD, CA and 6C. RGB value is (221,202,108). Sum of RGB (Red+Green+Blue) = 221+202+108=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA6C is #223593. Grayscale: #C5C5C5. Windows color (decimal): -2241940 or 7129821. OLE color: 7129821.

HSL color Cylindrical-coordinate representation of color #DDCA6C: hue angle of 49.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDCA6C is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 202 108 -
CMYK 0 0.09 0.51 0.13
HSL 49.91º 0.62% 0.65% -
HSV(B) 49.91º 0.51% 0.87% -
XYZ 53.65 58.7 22.69 -
YUV 196.97 77.79 145.14 -
System Red Green Blue C M Y K H S L
Decimal 221 202 108 0 0.09 0.51 0.13 49.91 0.62 0.65
Hex DD CA 6C 0 9 33 D 32 3E 41
Octal 335 312 154 0 11 63 15 62 76 101
Binary 11011101 11001010 1101100 0 1001 110011 1101 110010 111110 1000001

Color Harmonies of #DDCA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCA6C

Black with #DDCA6C

Text Example


Text Example

White with #DDCA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCA6C; }

 p { color: rgb(221,202,108); }

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

background-color css

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

 a { background-color: rgb(221,202,108); }

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

border-color css

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

 span { border-color: rgb(221,202,108); }

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