Html Css Color HEX #DDC672 Chenin

📋 copy color: '#DDC672'

red 221 ◦ green 198 ◦ blue 114

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

Shades of Chenin #DDC672

Tints of Chenin #DDC672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.39%

R = 41.46%
G = 37.15%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDC672 (or 0xDDC672) is known color: Chenin. HEX triplet: DD, C6 and 72. RGB value is (221,198,114). Sum of RGB (Red+Green+Blue) = 221+198+114=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC672 is #22398D. Grayscale: #C3C3C3. Windows color (decimal): -2242958 or 7522013. OLE color: 7522013.

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

Color convert

RGB 221 198 114 -
CMYK 0 0.10 0.48 0.13
HSL 47.1º 0.61% 0.66% -
HSV(B) 47.1º 0.48% 0.87% -
XYZ 53.05 56.98 24.12 -
YUV 195.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 221 198 114 0 0.10 0.48 0.13 47.1 0.61 0.66
Hex DD C6 72 0 A 30 D 2F 3D 42
Octal 335 306 162 0 12 60 15 57 75 102
Binary 11011101 11000110 1110010 0 1010 110000 1101 101111 111101 1000010

Color Harmonies of #DDC672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC672

Black with #DDC672

Text Example


Text Example

White with #DDC672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC672; }

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

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

background-color css

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

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

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

border-color css

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

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

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