Html Css Color HEX #DDC66B Chenin

📋 copy color: '#DDC66B'

red 221 ◦ green 198 ◦ blue 107

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

Shades of Chenin #DDC66B

Tints of Chenin #DDC66B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.64%

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

R = 42.02%
G = 37.64%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDC66B (or 0xDDC66B) is known color: Chenin. HEX triplet: DD, C6 and 6B. RGB value is (221,198,107). Sum of RGB (Red+Green+Blue) = 221+198+107=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC66B is #223994. Grayscale: #C2C2C2. Windows color (decimal): -2242965 or 7063261. OLE color: 7063261.

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

Color convert

RGB 221 198 107 -
CMYK 0 0.10 0.52 0.13
HSL 47.89º 0.63% 0.64% -
HSV(B) 47.89º 0.52% 0.87% -
XYZ 52.67 56.82 22.1 -
YUV 194.5 78.62 146.9 -
System Red Green Blue C M Y K H S L
Decimal 221 198 107 0 0.10 0.52 0.13 47.89 0.63 0.64
Hex DD C6 6B 0 A 34 D 30 3F 40
Octal 335 306 153 0 12 64 15 60 77 100
Binary 11011101 11000110 1101011 0 1010 110100 1101 110000 111111 1000000

Color Harmonies of #DDC66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC66B

Black with #DDC66B

Text Example


Text Example

White with #DDC66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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