Html Css Color HEX #DDCA70 Chenin

📋 copy color: '#DDCA70'

red 221 ◦ green 202 ◦ blue 112

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

Shades of Chenin #DDCA70

Tints of Chenin #DDCA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.93%

R = 41.31%
G = 37.76%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDCA70 (or 0xDDCA70) is known color: Chenin. HEX triplet: DD, CA and 70. RGB value is (221,202,112). Sum of RGB (Red+Green+Blue) = 221+202+112=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA70 is #22358F. Grayscale: #C5C5C5. Windows color (decimal): -2241936 or 7391965. OLE color: 7391965.

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

Color convert

RGB 221 202 112 -
CMYK 0 0.09 0.49 0.13
HSL 49.54º 0.62% 0.65% -
HSV(B) 49.54º 0.49% 0.87% -
XYZ 53.86 58.78 23.84 -
YUV 197.42 79.79 144.82 -
System Red Green Blue C M Y K H S L
Decimal 221 202 112 0 0.09 0.49 0.13 49.54 0.62 0.65
Hex DD CA 70 0 9 31 D 32 3E 41
Octal 335 312 160 0 11 61 15 62 76 101
Binary 11011101 11001010 1110000 0 1001 110001 1101 110010 111110 1000001

Color Harmonies of #DDCA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCA70

Black with #DDCA70

Text Example


Text Example

White with #DDCA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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