Html Css Color HEX #DDC36F Chenin

📋 copy color: '#DDC36F'

red 221 ◦ green 195 ◦ blue 111

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

Shades of Chenin #DDC36F

Tints of Chenin #DDC36F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.06%

R = 41.94%
G = 37%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDC36F (or 0xDDC36F) is known color: Chenin. HEX triplet: DD, C3 and 6F. RGB value is (221,195,111). Sum of RGB (Red+Green+Blue) = 221+195+111=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 111 (43.75% from 255 or 21.06% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC36F is #223C90. Grayscale: #C1C1C1. Windows color (decimal): -2243729 or 7324637. OLE color: 7324637.

HSL color Cylindrical-coordinate representation of color #DDC36F: hue angle of 45.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDC36F is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 195 111 -
CMYK 0 0.12 0.50 0.13
HSL 45.82º 0.62% 0.65% -
HSV(B) 45.82º 0.5% 0.87% -
XYZ 52.2 55.55 23.01 -
YUV 193.2 81.61 147.83 -
System Red Green Blue C M Y K H S L
Decimal 221 195 111 0 0.12 0.50 0.13 45.82 0.62 0.65
Hex DD C3 6F 0 C 32 D 2E 3E 41
Octal 335 303 157 0 14 62 15 56 76 101
Binary 11011101 11000011 1101111 0 1100 110010 1101 101110 111110 1000001

Color Harmonies of #DDC36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC36F

Black with #DDC36F

Text Example


Text Example

White with #DDC36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC36F; }

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

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

background-color css

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

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

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

border-color css

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

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

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