Html Css Color HEX #DDCB73 Chenin

📋 copy color: '#DDCB73'

red 221 ◦ green 203 ◦ blue 115

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

Shades of Chenin #DDCB73

Tints of Chenin #DDCB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.34%

R = 41%
G = 37.66%
B = 21.34%

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

#DDCB73 (or 0xDDCB73) is known color: Chenin. HEX triplet: DD, CB and 73. RGB value is (221,203,115). Sum of RGB (Red+Green+Blue) = 221+203+115=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB73 is #22348C. Grayscale: #C6C6C6. Windows color (decimal): -2241677 or 7588829. OLE color: 7588829.

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

Color convert

RGB 221 203 115 -
CMYK 0 0.08 0.48 0.13
HSL 49.81º 0.61% 0.66% -
HSV(B) 49.81º 0.48% 0.87% -
XYZ 54.27 59.32 24.81 -
YUV 198.35 80.96 144.16 -
System Red Green Blue C M Y K H S L
Decimal 221 203 115 0 0.08 0.48 0.13 49.81 0.61 0.66
Hex DD CB 73 0 8 30 D 32 3D 42
Octal 335 313 163 0 10 60 15 62 75 102
Binary 11011101 11001011 1110011 0 1000 110000 1101 110010 111101 1000010

Color Harmonies of #DDCB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB73

Black with #DDCB73

Text Example


Text Example

White with #DDCB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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