Html Css Color HEX #DDC36C Chenin

📋 copy color: '#DDC36C'

red 221 ◦ green 195 ◦ blue 108

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

Shades of Chenin #DDC36C

Tints of Chenin #DDC36C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.21%

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

R = 42.18%
G = 37.21%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDC36C (or 0xDDC36C) is known color: Chenin. HEX triplet: DD, C3 and 6C. RGB value is (221,195,108). Sum of RGB (Red+Green+Blue) = 221+195+108=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC36C is #223C93. Grayscale: #C1C1C1. Windows color (decimal): -2243732 or 7128029. OLE color: 7128029.

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

Color convert

RGB 221 195 108 -
CMYK 0 0.12 0.51 0.13
HSL 46.19º 0.62% 0.65% -
HSV(B) 46.19º 0.51% 0.87% -
XYZ 52.04 55.49 22.15 -
YUV 192.86 80.11 148.07 -
System Red Green Blue C M Y K H S L
Decimal 221 195 108 0 0.12 0.51 0.13 46.19 0.62 0.65
Hex DD C3 6C 0 C 33 D 2E 3E 41
Octal 335 303 154 0 14 63 15 56 76 101
Binary 11011101 11000011 1101100 0 1100 110011 1101 101110 111110 1000001

Color Harmonies of #DDC36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC36C

Black with #DDC36C

Text Example


Text Example

White with #DDC36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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