Html Css Color HEX #DDC57A Chenin

📋 copy color: '#DDC57A'

red 221 ◦ green 197 ◦ blue 122

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

Shades of Chenin #DDC57A

Tints of Chenin #DDC57A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.48%

 BLUE value IS 122 (48.05% from 255) = 22.59%

R = 40.93%
G = 36.48%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDC57A (or 0xDDC57A) is known color: Chenin. HEX triplet: DD, C5 and 7A. RGB value is (221,197,122). Sum of RGB (Red+Green+Blue) = 221+197+122=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 122 (48.05% from 255 or 22.59% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC57A is #223A85. Grayscale: #C3C3C3. Windows color (decimal): -2243206 or 8046045. OLE color: 8046045.

HSL color Cylindrical-coordinate representation of color #DDC57A: hue angle of 45.45º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDC57A is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 197 122 -
CMYK 0 0.11 0.45 0.13
HSL 45.45º 0.59% 0.67% -
HSV(B) 45.45º 0.45% 0.87% -
XYZ 53.3 56.71 26.55 -
YUV 195.63 86.45 146.1 -
System Red Green Blue C M Y K H S L
Decimal 221 197 122 0 0.11 0.45 0.13 45.45 0.59 0.67
Hex DD C5 7A 0 B 2D D 2D 3B 43
Octal 335 305 172 0 13 55 15 55 73 103
Binary 11011101 11000101 1111010 0 1011 101101 1101 101101 111011 1000011

Color Harmonies of #DDC57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC57A

Black with #DDC57A

Text Example


Text Example

White with #DDC57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC57A; }

 p { color: rgb(221,197,122); }

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

background-color css

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

 a { background-color: rgb(221,197,122); }

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

border-color css

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

 span { border-color: rgb(221,197,122); }

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