Html Css Color HEX #DDC263 Chenin

📋 copy color: '#DDC263'

red 221 ◦ green 194 ◦ blue 99

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

Shades of Chenin #DDC263

Tints of Chenin #DDC263

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.74%

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

R = 43%
G = 37.74%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDC263 (or 0xDDC263) is known color: Chenin. HEX triplet: DD, C2 and 63. RGB value is (221,194,99). Sum of RGB (Red+Green+Blue) = 221+194+99=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 99 (39.06% from 255 or 19.26% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC263 is #223D9C. Grayscale: #BFBFBF. Windows color (decimal): -2243997 or 6537949. OLE color: 6537949.

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

Color convert

RGB 221 194 99 -
CMYK 0 0.12 0.55 0.13
HSL 46.72º 0.64% 0.63% -
HSV(B) 46.72º 0.55% 0.87% -
XYZ 51.36 54.86 19.69 -
YUV 191.24 75.95 149.22 -
System Red Green Blue C M Y K H S L
Decimal 221 194 99 0 0.12 0.55 0.13 46.72 0.64 0.63
Hex DD C2 63 0 C 37 D 2F 40 3F
Octal 335 302 143 0 14 67 15 57 100 77
Binary 11011101 11000010 1100011 0 1100 110111 1101 101111 1000000 111111

Color Harmonies of #DDC263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC263

Black with #DDC263

Text Example


Text Example

White with #DDC263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC263; }

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

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

background-color css

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

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

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

border-color css

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

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

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