Html Css Color HEX #D2BC78 Straw

📋 copy color: '#D2BC78'

red 210 ◦ green 188 ◦ blue 120

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

Shades of Straw #D2BC78

Tints of Straw #D2BC78

RGB

 RED value IS 210 (82.42% from 255) = 40.54%

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

 BLUE value IS 120 (47.27% from 255) = 23.17%

R = 40.54%
G = 36.29%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D2BC78 (or 0xD2BC78) is known color: Straw. HEX triplet: D2, BC and 78. RGB value is (210,188,120). Sum of RGB (Red+Green+Blue) = 210+188+120=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BC78 is #2D4387. Grayscale: #BBBBBB. Windows color (decimal): -2966408 or 7912658. OLE color: 7912658.

HSL color Cylindrical-coordinate representation of color #D2BC78: hue angle of 45.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2BC78 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 188 120 -
CMYK 0 0.10 0.43 0.18
HSL 45.33º 0.5% 0.65% -
HSV(B) 45.33º 0.43% 0.82% -
XYZ 47.95 51.02 25.09 -
YUV 186.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 210 188 120 0 0.10 0.43 0.18 45.33 0.5 0.65
Hex D2 BC 78 0 A 2B 12 2D 32 41
Octal 322 274 170 0 12 53 22 55 62 101
Binary 11010010 10111100 1111000 0 1010 101011 10010 101101 110010 1000001

Color Harmonies of #D2BC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BC78

Black with #D2BC78

Text Example


Text Example

White with #D2BC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BC78; }

 p { color: rgb(210,188,120); }

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

background-color css

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

 a { background-color: rgb(210,188,120); }

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

border-color css

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

 span { border-color: rgb(210,188,120); }

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