Html Css Color HEX #DDBB74 Chenin

📋 copy color: '#DDBB74'

red 221 ◦ green 187 ◦ blue 116

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

Shades of Chenin #DDBB74

Tints of Chenin #DDBB74

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.69%

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

R = 42.18%
G = 35.69%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDBB74 (or 0xDDBB74) is known color: Chenin. HEX triplet: DD, BB and 74. RGB value is (221,187,116). Sum of RGB (Red+Green+Blue) = 221+187+116=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB74 is #22448B. Grayscale: #BDBDBD. Windows color (decimal): -2245772 or 7650269. OLE color: 7650269.

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

Color convert

RGB 221 187 116 -
CMYK 0 0.15 0.48 0.13
HSL 40.57º 0.61% 0.66% -
HSV(B) 40.57º 0.48% 0.87% -
XYZ 50.74 52.17 23.92 -
YUV 189.07 86.76 150.77 -
System Red Green Blue C M Y K H S L
Decimal 221 187 116 0 0.15 0.48 0.13 40.57 0.61 0.66
Hex DD BB 74 0 F 30 D 29 3D 42
Octal 335 273 164 0 17 60 15 51 75 102
Binary 11011101 10111011 1110100 0 1111 110000 1101 101001 111101 1000010

Color Harmonies of #DDBB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB74

Black with #DDBB74

Text Example


Text Example

White with #DDBB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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