Html Css Color HEX #DCC2B0 Just Right

📋 copy color: '#DCC2B0'

red 220 ◦ green 194 ◦ blue 176

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

Shades of Just Right #DCC2B0

Tints of Just Right #DCC2B0

RGB

 RED value IS 220 (86.33% from 255) = 37.29%

 GREEN value IS 194 (76.17% from 255) = 32.88%

 BLUE value IS 176 (69.14% from 255) = 29.83%

R = 37.29%
G = 32.88%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DCC2B0 (or 0xDCC2B0) is known color: Just Right. HEX triplet: DC, C2 and B0. RGB value is (220,194,176). Sum of RGB (Red+Green+Blue) = 220+194+176=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC2B0 is #233D4F. Grayscale: #C7C7C7. Windows color (decimal): -2309456 or 11584220. OLE color: 11584220.

HSL color Cylindrical-coordinate representation of color #DCC2B0: hue angle of 24.55º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCC2B0 is Cyan = 0, Magento = 0.12, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 194 176 -
CMYK 0 0.12 0.2 0.14
HSL 24.55º 0.39% 0.78% -
HSV(B) 24.55º 0.2% 0.86% -
XYZ 56.64 56.93 49.08 -
YUV 199.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 220 194 176 0 0.12 0.2 0.14 24.55 0.39 0.78
Hex DC C2 B0 0 C 14 E 19 27 4E
Octal 334 302 260 0 14 24 16 31 47 116
Binary 11011100 11000010 10110000 0 1100 10100 1110 11001 100111 1001110

Color Harmonies of #DCC2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC2B0

Black with #DCC2B0

Text Example


Text Example

White with #DCC2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC2B0; }

 p { color: rgb(220,194,176); }

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

background-color css

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

 a { background-color: rgb(220,194,176); }

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

border-color css

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

 span { border-color: rgb(220,194,176); }

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