Html Css Color HEX #DDB875 Chenin

📋 copy color: '#DDB875'

red 221 ◦ green 184 ◦ blue 117

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

Shades of Chenin #DDB875

Tints of Chenin #DDB875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.25%

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

R = 42.34%
G = 35.25%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDB875 (or 0xDDB875) is known color: Chenin. HEX triplet: DD, B8 and 75. RGB value is (221,184,117). Sum of RGB (Red+Green+Blue) = 221+184+117=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB875 is #22478A. Grayscale: #BBBBBB. Windows color (decimal): -2246539 or 7715037. OLE color: 7715037.

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

Color convert

RGB 221 184 117 -
CMYK 0 0.17 0.47 0.13
HSL 38.65º 0.6% 0.66% -
HSV(B) 38.65º 0.47% 0.87% -
XYZ 50.17 50.94 24.02 -
YUV 187.43 88.26 151.95 -
System Red Green Blue C M Y K H S L
Decimal 221 184 117 0 0.17 0.47 0.13 38.65 0.6 0.66
Hex DD B8 75 0 11 2F D 27 3C 42
Octal 335 270 165 0 21 57 15 47 74 102
Binary 11011101 10111000 1110101 0 10001 101111 1101 100111 111100 1000010

Color Harmonies of #DDB875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB875

Black with #DDB875

Text Example


Text Example

White with #DDB875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB875; }

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

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

background-color css

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

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

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

border-color css

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

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

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