Html Css Color HEX #DDCA74 Chenin

📋 copy color: '#DDCA74'

red 221 ◦ green 202 ◦ blue 116

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

Shades of Chenin #DDCA74

Tints of Chenin #DDCA74

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.48%

 BLUE value IS 116 (45.7% from 255) = 21.52%

R = 41%
G = 37.48%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDCA74 (or 0xDDCA74) is known color: Chenin. HEX triplet: DD, CA and 74. RGB value is (221,202,116). Sum of RGB (Red+Green+Blue) = 221+202+116=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA74 is #22358B. Grayscale: #C6C6C6. Windows color (decimal): -2241932 or 7654109. OLE color: 7654109.

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

Color convert

RGB 221 202 116 -
CMYK 0 0.09 0.48 0.13
HSL 49.14º 0.61% 0.66% -
HSV(B) 49.14º 0.48% 0.87% -
XYZ 54.09 58.87 25.04 -
YUV 197.88 81.79 144.49 -
System Red Green Blue C M Y K H S L
Decimal 221 202 116 0 0.09 0.48 0.13 49.14 0.61 0.66
Hex DD CA 74 0 9 30 D 31 3D 42
Octal 335 312 164 0 11 60 15 61 75 102
Binary 11011101 11001010 1110100 0 1001 110000 1101 110001 111101 1000010

Color Harmonies of #DDCA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCA74

Black with #DDCA74

Text Example


Text Example

White with #DDCA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCA74; }

 p { color: rgb(221,202,116); }

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

background-color css

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

 a { background-color: rgb(221,202,116); }

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

border-color css

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

 span { border-color: rgb(221,202,116); }

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