Html Css Color HEX #DDCB71 Chenin

📋 copy color: '#DDCB71'

red 221 ◦ green 203 ◦ blue 113

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

Shades of Chenin #DDCB71

Tints of Chenin #DDCB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.04%

R = 41.15%
G = 37.8%
B = 21.04%

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

#DDCB71 (or 0xDDCB71) is known color: Chenin. HEX triplet: DD, CB and 71. RGB value is (221,203,113). Sum of RGB (Red+Green+Blue) = 221+203+113=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB71 is #22348E. Grayscale: #C6C6C6. Windows color (decimal): -2241679 or 7457757. OLE color: 7457757.

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

Color convert

RGB 221 203 113 -
CMYK 0 0.08 0.49 0.13
HSL 50º 0.61% 0.65% -
HSV(B) 50º 0.49% 0.87% -
XYZ 54.16 59.28 24.21 -
YUV 198.12 79.96 144.32 -
System Red Green Blue C M Y K H S L
Decimal 221 203 113 0 0.08 0.49 0.13 50 0.61 0.65
Hex DD CB 71 0 8 31 D 32 3D 41
Octal 335 313 161 0 10 61 15 62 75 101
Binary 11011101 11001011 1110001 0 1000 110001 1101 110010 111101 1000001

Color Harmonies of #DDCB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB71

Black with #DDCB71

Text Example


Text Example

White with #DDCB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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