Html Css Color HEX #DDC46B Chenin

📋 copy color: '#DDC46B'

red 221 ◦ green 196 ◦ blue 107

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

Shades of Chenin #DDC46B

Tints of Chenin #DDC46B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.42%

R = 42.18%
G = 37.4%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDC46B (or 0xDDC46B) is known color: Chenin. HEX triplet: DD, C4 and 6B. RGB value is (221,196,107). Sum of RGB (Red+Green+Blue) = 221+196+107=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC46B is #223B94. Grayscale: #C1C1C1. Windows color (decimal): -2243477 or 7062749. OLE color: 7062749.

HSL color Cylindrical-coordinate representation of color #DDC46B: hue angle of 46.84º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDC46B is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 107 -
CMYK 0 0.11 0.52 0.13
HSL 46.84º 0.63% 0.64% -
HSV(B) 46.84º 0.52% 0.87% -
XYZ 52.21 55.91 21.95 -
YUV 193.33 79.28 147.74 -
System Red Green Blue C M Y K H S L
Decimal 221 196 107 0 0.11 0.52 0.13 46.84 0.63 0.64
Hex DD C4 6B 0 B 34 D 2F 3F 40
Octal 335 304 153 0 13 64 15 57 77 100
Binary 11011101 11000100 1101011 0 1011 110100 1101 101111 111111 1000000

Color Harmonies of #DDC46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC46B

Black with #DDC46B

Text Example


Text Example

White with #DDC46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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