Html Css Color HEX #DDCB74 Chenin

📋 copy color: '#DDCB74'

red 221 ◦ green 203 ◦ blue 116

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

Shades of Chenin #DDCB74

Tints of Chenin #DDCB74

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.59%

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

R = 40.93%
G = 37.59%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDCB74 (or 0xDDCB74) is known color: Chenin. HEX triplet: DD, CB and 74. RGB value is (221,203,116). Sum of RGB (Red+Green+Blue) = 221+203+116=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB74 is #22348B. Grayscale: #C6C6C6. Windows color (decimal): -2241676 or 7654365. OLE color: 7654365.

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

Color convert

RGB 221 203 116 -
CMYK 0 0.08 0.48 0.13
HSL 49.71º 0.61% 0.66% -
HSV(B) 49.71º 0.48% 0.87% -
XYZ 54.33 59.34 25.11 -
YUV 198.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 221 203 116 0 0.08 0.48 0.13 49.71 0.61 0.66
Hex DD CB 74 0 8 30 D 32 3D 42
Octal 335 313 164 0 10 60 15 62 75 102
Binary 11011101 11001011 1110100 0 1000 110000 1101 110010 111101 1000010

Color Harmonies of #DDCB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB74

Black with #DDCB74

Text Example


Text Example

White with #DDCB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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