Html Css Color HEX #DDC673 Chenin

📋 copy color: '#DDC673'

red 221 ◦ green 198 ◦ blue 115

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

Shades of Chenin #DDC673

Tints of Chenin #DDC673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.54%

R = 41.39%
G = 37.08%
B = 21.54%

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

#DDC673 (or 0xDDC673) is known color: Chenin. HEX triplet: DD, C6 and 73. RGB value is (221,198,115). Sum of RGB (Red+Green+Blue) = 221+198+115=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC673 is #22398C. Grayscale: #C3C3C3. Windows color (decimal): -2242957 or 7587549. OLE color: 7587549.

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

Color convert

RGB 221 198 115 -
CMYK 0 0.10 0.48 0.13
HSL 46.98º 0.61% 0.66% -
HSV(B) 46.98º 0.48% 0.87% -
XYZ 53.11 57 24.42 -
YUV 195.42 82.62 146.25 -
System Red Green Blue C M Y K H S L
Decimal 221 198 115 0 0.10 0.48 0.13 46.98 0.61 0.66
Hex DD C6 73 0 A 30 D 2F 3D 42
Octal 335 306 163 0 12 60 15 57 75 102
Binary 11011101 11000110 1110011 0 1010 110000 1101 101111 111101 1000010

Color Harmonies of #DDC673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC673

Black with #DDC673

Text Example


Text Example

White with #DDC673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC673; }

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

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

background-color css

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

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

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

border-color css

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

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

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