Html Css Color HEX #DDCB72 Chenin

📋 copy color: '#DDCB72'

red 221 ◦ green 203 ◦ blue 114

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

Shades of Chenin #DDCB72

Tints of Chenin #DDCB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.19%

R = 41.08%
G = 37.73%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDCB72 (or 0xDDCB72) is known color: Chenin. HEX triplet: DD, CB and 72. RGB value is (221,203,114). Sum of RGB (Red+Green+Blue) = 221+203+114=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 114 (44.92% from 255 or 21.19% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB72 is #22348D. Grayscale: #C6C6C6. Windows color (decimal): -2241678 or 7523293. OLE color: 7523293.

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

Color convert

RGB 221 203 114 -
CMYK 0 0.08 0.48 0.13
HSL 49.91º 0.61% 0.66% -
HSV(B) 49.91º 0.48% 0.87% -
XYZ 54.21 59.3 24.51 -
YUV 198.24 80.46 144.24 -
System Red Green Blue C M Y K H S L
Decimal 221 203 114 0 0.08 0.48 0.13 49.91 0.61 0.66
Hex DD CB 72 0 8 30 D 32 3D 42
Octal 335 313 162 0 10 60 15 62 75 102
Binary 11011101 11001011 1110010 0 1000 110000 1101 110010 111101 1000010

Color Harmonies of #DDCB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB72

Black with #DDCB72

Text Example


Text Example

White with #DDCB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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