Html Css Color HEX #DDC663 Chenin

📋 copy color: '#DDC663'

red 221 ◦ green 198 ◦ blue 99

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

Shades of Chenin #DDC663

Tints of Chenin #DDC663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.11%

R = 42.66%
G = 38.22%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDC663 (or 0xDDC663) is known color: Chenin. HEX triplet: DD, C6 and 63. RGB value is (221,198,99). Sum of RGB (Red+Green+Blue) = 221+198+99=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC663 is #22399C. Grayscale: #C2C2C2. Windows color (decimal): -2242973 or 6538973. OLE color: 6538973.

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

Color convert

RGB 221 198 99 -
CMYK 0 0.10 0.55 0.13
HSL 48.69º 0.64% 0.63% -
HSV(B) 48.69º 0.55% 0.87% -
XYZ 52.27 56.66 19.99 -
YUV 193.59 74.62 147.55 -
System Red Green Blue C M Y K H S L
Decimal 221 198 99 0 0.10 0.55 0.13 48.69 0.64 0.63
Hex DD C6 63 0 A 37 D 31 40 3F
Octal 335 306 143 0 12 67 15 61 100 77
Binary 11011101 11000110 1100011 0 1010 110111 1101 110001 1000000 111111

Color Harmonies of #DDC663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC663

Black with #DDC663

Text Example


Text Example

White with #DDC663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC663; }

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

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

background-color css

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

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

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

border-color css

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

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

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