Html Css Color HEX #DDC975 Chenin

📋 copy color: '#DDC975'

red 221 ◦ green 201 ◦ blue 117

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

Shades of Chenin #DDC975

Tints of Chenin #DDC975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.29%

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

R = 41%
G = 37.29%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDC975 (or 0xDDC975) is known color: Chenin. HEX triplet: DD, C9 and 75. RGB value is (221,201,117). Sum of RGB (Red+Green+Blue) = 221+201+117=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC975 is #22368A. Grayscale: #C5C5C5. Windows color (decimal): -2242187 or 7719389. OLE color: 7719389.

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

Color convert

RGB 221 201 117 -
CMYK 0 0.09 0.47 0.13
HSL 48.46º 0.6% 0.66% -
HSV(B) 48.46º 0.47% 0.87% -
XYZ 53.92 58.43 25.27 -
YUV 197.4 82.63 144.83 -
System Red Green Blue C M Y K H S L
Decimal 221 201 117 0 0.09 0.47 0.13 48.46 0.6 0.66
Hex DD C9 75 0 9 2F D 30 3C 42
Octal 335 311 165 0 11 57 15 60 74 102
Binary 11011101 11001001 1110101 0 1001 101111 1101 110000 111100 1000010

Color Harmonies of #DDC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC975

Black with #DDC975

Text Example


Text Example

White with #DDC975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC975; }

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

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

background-color css

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

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

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

border-color css

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

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

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