Html Css Color HEX #DDBC77 Chenin

📋 copy color: '#DDBC77'

red 221 ◦ green 188 ◦ blue 119

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

Shades of Chenin #DDBC77

Tints of Chenin #DDBC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.54%

R = 41.86%
G = 35.61%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDBC77 (or 0xDDBC77) is known color: Chenin. HEX triplet: DD, BC and 77. RGB value is (221,188,119). Sum of RGB (Red+Green+Blue) = 221+188+119=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC77 is #224388. Grayscale: #BEBEBE. Windows color (decimal): -2245513 or 7847133. OLE color: 7847133.

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

Color convert

RGB 221 188 119 -
CMYK 0 0.15 0.46 0.13
HSL 40.59º 0.6% 0.67% -
HSV(B) 40.59º 0.46% 0.87% -
XYZ 51.13 52.67 24.92 -
YUV 190 87.93 150.11 -
System Red Green Blue C M Y K H S L
Decimal 221 188 119 0 0.15 0.46 0.13 40.59 0.6 0.67
Hex DD BC 77 0 F 2E D 29 3C 43
Octal 335 274 167 0 17 56 15 51 74 103
Binary 11011101 10111100 1110111 0 1111 101110 1101 101001 111100 1000011

Color Harmonies of #DDBC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC77

Black with #DDBC77

Text Example


Text Example

White with #DDBC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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