Html Css Color HEX #DDCB70 Chenin

📋 copy color: '#DDCB70'

red 221 ◦ green 203 ◦ blue 112

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

Shades of Chenin #DDCB70

Tints of Chenin #DDCB70

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.87%

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

R = 41.23%
G = 37.87%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDCB70 (or 0xDDCB70) is known color: Chenin. HEX triplet: DD, CB and 70. RGB value is (221,203,112). Sum of RGB (Red+Green+Blue) = 221+203+112=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB70 is #22348F. Grayscale: #C6C6C6. Windows color (decimal): -2241680 or 7392221. OLE color: 7392221.

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

Color convert

RGB 221 203 112 -
CMYK 0 0.08 0.49 0.13
HSL 50.09º 0.62% 0.65% -
HSV(B) 50.09º 0.49% 0.87% -
XYZ 54.1 59.25 23.92 -
YUV 198.01 79.46 144.4 -
System Red Green Blue C M Y K H S L
Decimal 221 203 112 0 0.08 0.49 0.13 50.09 0.62 0.65
Hex DD CB 70 0 8 31 D 32 3E 41
Octal 335 313 160 0 10 61 15 62 76 101
Binary 11011101 11001011 1110000 0 1000 110001 1101 110010 111110 1000001

Color Harmonies of #DDCB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB70

Black with #DDCB70

Text Example


Text Example

White with #DDCB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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