Html Css Color HEX #DDC46F Chenin

📋 copy color: '#DDC46F'

red 221 ◦ green 196 ◦ blue 111

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

Shades of Chenin #DDC46F

Tints of Chenin #DDC46F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.12%

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

R = 41.86%
G = 37.12%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDC46F (or 0xDDC46F) is known color: Chenin. HEX triplet: DD, C4 and 6F. RGB value is (221,196,111). Sum of RGB (Red+Green+Blue) = 221+196+111=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 111 (43.75% from 255 or 21.02% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC46F is #223B90. Grayscale: #C2C2C2. Windows color (decimal): -2243473 or 7324893. OLE color: 7324893.

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

Color convert

RGB 221 196 111 -
CMYK 0 0.11 0.50 0.13
HSL 46.36º 0.62% 0.65% -
HSV(B) 46.36º 0.5% 0.87% -
XYZ 52.43 56 23.08 -
YUV 193.79 81.28 147.41 -
System Red Green Blue C M Y K H S L
Decimal 221 196 111 0 0.11 0.50 0.13 46.36 0.62 0.65
Hex DD C4 6F 0 B 32 D 2E 3E 41
Octal 335 304 157 0 13 62 15 56 76 101
Binary 11011101 11000100 1101111 0 1011 110010 1101 101110 111110 1000001

Color Harmonies of #DDC46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC46F

Black with #DDC46F

Text Example


Text Example

White with #DDC46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC46F; }

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

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

background-color css

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

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

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

border-color css

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

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

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