Html Css Color HEX #DDBC75 Chenin

📋 copy color: '#DDBC75'

red 221 ◦ green 188 ◦ blue 117

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

Shades of Chenin #DDBC75

Tints of Chenin #DDBC75

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.74%

 BLUE value IS 117 (46.09% from 255) = 22.24%

R = 42.02%
G = 35.74%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDBC75 (or 0xDDBC75) is known color: Chenin. HEX triplet: DD, BC and 75. RGB value is (221,188,117). Sum of RGB (Red+Green+Blue) = 221+188+117=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 117 (46.09% from 255 or 22.24% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC75 is #22438A. Grayscale: #BEBEBE. Windows color (decimal): -2245515 or 7716061. OLE color: 7716061.

HSL color Cylindrical-coordinate representation of color #DDBC75: hue angle of 40.96º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDBC75 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 188 117 -
CMYK 0 0.15 0.47 0.13
HSL 40.96º 0.6% 0.66% -
HSV(B) 40.96º 0.47% 0.87% -
XYZ 51.01 52.62 24.3 -
YUV 189.77 86.93 150.27 -
System Red Green Blue C M Y K H S L
Decimal 221 188 117 0 0.15 0.47 0.13 40.96 0.6 0.66
Hex DD BC 75 0 F 2F D 29 3C 42
Octal 335 274 165 0 17 57 15 51 74 102
Binary 11011101 10111100 1110101 0 1111 101111 1101 101001 111100 1000010

Color Harmonies of #DDBC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC75

Black with #DDBC75

Text Example


Text Example

White with #DDBC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC75; }

 p { color: rgb(221,188,117); }

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

background-color css

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

 a { background-color: rgb(221,188,117); }

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

border-color css

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

 span { border-color: rgb(221,188,117); }

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