Html Css Color HEX #DDB872 Chenin

📋 copy color: '#DDB872'

red 221 ◦ green 184 ◦ blue 114

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

Shades of Chenin #DDB872

Tints of Chenin #DDB872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.97%

R = 42.58%
G = 35.45%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDB872 (or 0xDDB872) is known color: Chenin. HEX triplet: DD, B8 and 72. RGB value is (221,184,114). Sum of RGB (Red+Green+Blue) = 221+184+114=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB872 is #22478D. Grayscale: #BBBBBB. Windows color (decimal): -2246542 or 7518429. OLE color: 7518429.

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

Color convert

RGB 221 184 114 -
CMYK 0 0.17 0.48 0.13
HSL 39.25º 0.61% 0.66% -
HSV(B) 39.25º 0.48% 0.87% -
XYZ 50 50.87 23.1 -
YUV 187.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 221 184 114 0 0.17 0.48 0.13 39.25 0.61 0.66
Hex DD B8 72 0 11 30 D 27 3D 42
Octal 335 270 162 0 21 60 15 47 75 102
Binary 11011101 10111000 1110010 0 10001 110000 1101 100111 111101 1000010

Color Harmonies of #DDB872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB872

Black with #DDB872

Text Example


Text Example

White with #DDB872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB872; }

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

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

background-color css

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

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

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

border-color css

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

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

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