Html Css Color HEX #DDC466 Chenin

📋 copy color: '#DDC466'

red 221 ◦ green 196 ◦ blue 102

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

Shades of Chenin #DDC466

Tints of Chenin #DDC466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.65%

R = 42.58%
G = 37.76%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDC466 (or 0xDDC466) is known color: Chenin. HEX triplet: DD, C4 and 66. RGB value is (221,196,102). Sum of RGB (Red+Green+Blue) = 221+196+102=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC466 is #223B99. Grayscale: #C1C1C1. Windows color (decimal): -2243482 or 6735069. OLE color: 6735069.

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

Color convert

RGB 221 196 102 -
CMYK 0 0.11 0.54 0.13
HSL 47.39º 0.64% 0.63% -
HSV(B) 47.39º 0.54% 0.87% -
XYZ 51.96 55.81 20.6 -
YUV 192.76 76.78 148.14 -
System Red Green Blue C M Y K H S L
Decimal 221 196 102 0 0.11 0.54 0.13 47.39 0.64 0.63
Hex DD C4 66 0 B 36 D 2F 40 3F
Octal 335 304 146 0 13 66 15 57 100 77
Binary 11011101 11000100 1100110 0 1011 110110 1101 101111 1000000 111111

Color Harmonies of #DDC466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC466

Black with #DDC466

Text Example


Text Example

White with #DDC466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC466; }

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

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

background-color css

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

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

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

border-color css

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

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

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