Html Css Color HEX #DDC464 Chenin

📋 copy color: '#DDC464'

red 221 ◦ green 196 ◦ blue 100

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

Shades of Chenin #DDC464

Tints of Chenin #DDC464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.34%

R = 42.75%
G = 37.91%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDC464 (or 0xDDC464) is known color: Chenin. HEX triplet: DD, C4 and 64. RGB value is (221,196,100). Sum of RGB (Red+Green+Blue) = 221+196+100=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC464 is #223B9B. Grayscale: #C0C0C0. Windows color (decimal): -2243484 or 6603997. OLE color: 6603997.

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

Color convert

RGB 221 196 100 -
CMYK 0 0.11 0.55 0.13
HSL 47.6º 0.64% 0.63% -
HSV(B) 47.6º 0.55% 0.87% -
XYZ 51.86 55.77 20.09 -
YUV 192.53 75.78 148.31 -
System Red Green Blue C M Y K H S L
Decimal 221 196 100 0 0.11 0.55 0.13 47.6 0.64 0.63
Hex DD C4 64 0 B 37 D 30 40 3F
Octal 335 304 144 0 13 67 15 60 100 77
Binary 11011101 11000100 1100100 0 1011 110111 1101 110000 1000000 111111

Color Harmonies of #DDC464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC464

Black with #DDC464

Text Example


Text Example

White with #DDC464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC464; }

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

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

background-color css

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

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

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

border-color css

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

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

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