Html Css Color HEX #DDCB6C Chenin

📋 copy color: '#DDCB6C'

red 221 ◦ green 203 ◦ blue 108

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

Shades of Chenin #DDCB6C

Tints of Chenin #DDCB6C

RGB

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

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

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

R = 41.54%
G = 38.16%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDCB6C (or 0xDDCB6C) is known color: Chenin. HEX triplet: DD, CB and 6C. RGB value is (221,203,108). Sum of RGB (Red+Green+Blue) = 221+203+108=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 108 (42.58% from 255 or 20.30% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB6C is #223493. Grayscale: #C5C5C5. Windows color (decimal): -2241684 or 7130077. OLE color: 7130077.

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

Color convert

RGB 221 203 108 -
CMYK 0 0.08 0.51 0.13
HSL 50.44º 0.62% 0.65% -
HSV(B) 50.44º 0.51% 0.87% -
XYZ 53.88 59.17 22.77 -
YUV 197.55 77.46 144.72 -
System Red Green Blue C M Y K H S L
Decimal 221 203 108 0 0.08 0.51 0.13 50.44 0.62 0.65
Hex DD CB 6C 0 8 33 D 32 3E 41
Octal 335 313 154 0 10 63 15 62 76 101
Binary 11011101 11001011 1101100 0 1000 110011 1101 110010 111110 1000001

Color Harmonies of #DDCB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB6C

Black with #DDCB6C

Text Example


Text Example

White with #DDCB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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