Html Css Color HEX #DDC675 Chenin

📋 copy color: '#DDC675'

red 221 ◦ green 198 ◦ blue 117

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

Shades of Chenin #DDC675

Tints of Chenin #DDC675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.83%

R = 41.23%
G = 36.94%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDC675 (or 0xDDC675) is known color: Chenin. HEX triplet: DD, C6 and 75. RGB value is (221,198,117). Sum of RGB (Red+Green+Blue) = 221+198+117=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC675 is #22398A. Grayscale: #C3C3C3. Windows color (decimal): -2242955 or 7718621. OLE color: 7718621.

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

Color convert

RGB 221 198 117 -
CMYK 0 0.10 0.47 0.13
HSL 46.73º 0.6% 0.66% -
HSV(B) 46.73º 0.47% 0.87% -
XYZ 53.22 57.04 25.04 -
YUV 195.64 83.62 146.09 -
System Red Green Blue C M Y K H S L
Decimal 221 198 117 0 0.10 0.47 0.13 46.73 0.6 0.66
Hex DD C6 75 0 A 2F D 2F 3C 42
Octal 335 306 165 0 12 57 15 57 74 102
Binary 11011101 11000110 1110101 0 1010 101111 1101 101111 111100 1000010

Color Harmonies of #DDC675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC675

Black with #DDC675

Text Example


Text Example

White with #DDC675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC675; }

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

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

background-color css

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

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

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

border-color css

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

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

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