Html Css Color HEX #DDC863 Chenin

📋 copy color: '#DDC863'

red 221 ◦ green 200 ◦ blue 99

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

Shades of Chenin #DDC863

Tints of Chenin #DDC863

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.46%

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

R = 42.5%
G = 38.46%
B = 19.04%

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

#DDC863 (or 0xDDC863) is known color: Chenin. HEX triplet: DD, C8 and 63. RGB value is (221,200,99). Sum of RGB (Red+Green+Blue) = 221+200+99=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC863 is #22379C. Grayscale: #C3C3C3. Windows color (decimal): -2242461 or 6539485. OLE color: 6539485.

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

Color convert

RGB 221 200 99 -
CMYK 0 0.10 0.55 0.13
HSL 49.67º 0.64% 0.63% -
HSV(B) 49.67º 0.55% 0.87% -
XYZ 52.73 57.58 20.14 -
YUV 194.77 73.96 146.71 -
System Red Green Blue C M Y K H S L
Decimal 221 200 99 0 0.10 0.55 0.13 49.67 0.64 0.63
Hex DD C8 63 0 A 37 D 32 40 3F
Octal 335 310 143 0 12 67 15 62 100 77
Binary 11011101 11001000 1100011 0 1010 110111 1101 110010 1000000 111111

Color Harmonies of #DDC863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC863

Black with #DDC863

Text Example


Text Example

White with #DDC863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC863; }

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

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

background-color css

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

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

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

border-color css

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

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

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