Html Css Color HEX #DDC764 Chenin

📋 copy color: '#DDC764'

red 221 ◦ green 199 ◦ blue 100

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

Shades of Chenin #DDC764

Tints of Chenin #DDC764

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.27%

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

R = 42.5%
G = 38.27%
B = 19.23%

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

#DDC764 (or 0xDDC764) is known color: Chenin. HEX triplet: DD, C7 and 64. RGB value is (221,199,100). Sum of RGB (Red+Green+Blue) = 221+199+100=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC764 is #22389B. Grayscale: #C2C2C2. Windows color (decimal): -2242716 or 6604765. OLE color: 6604765.

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

Color convert

RGB 221 199 100 -
CMYK 0 0.10 0.55 0.13
HSL 49.09º 0.64% 0.63% -
HSV(B) 49.09º 0.55% 0.87% -
XYZ 52.54 57.14 20.32 -
YUV 194.29 74.79 147.05 -
System Red Green Blue C M Y K H S L
Decimal 221 199 100 0 0.10 0.55 0.13 49.09 0.64 0.63
Hex DD C7 64 0 A 37 D 31 40 3F
Octal 335 307 144 0 12 67 15 61 100 77
Binary 11011101 11000111 1100100 0 1010 110111 1101 110001 1000000 111111

Color Harmonies of #DDC764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC764

Black with #DDC764

Text Example


Text Example

White with #DDC764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC764; }

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

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

background-color css

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

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

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

border-color css

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

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

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