Html Css Color HEX #D2962C Buttercup

📋 copy color: '#D2962C'

red 210 ◦ green 150 ◦ blue 44

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

Shades of Buttercup #D2962C

Tints of Buttercup #D2962C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.13%

 BLUE value IS 44 (17.58% from 255) = 10.89%

R = 51.98%
G = 37.13%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2962C (or 0xD2962C) is known color: Buttercup. HEX triplet: D2, 96 and 2C. RGB value is (210,150,44). Sum of RGB (Red+Green+Blue) = 210+150+44=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2962C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2962C is #2D69D3. Grayscale: #9C9C9C. Windows color (decimal): -2976212 or 2922194. OLE color: 2922194.

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

Color convert

RGB 210 150 44 -
CMYK 0 0.29 0.79 0.18
HSL 38.31º 0.65% 0.5% -
HSV(B) 38.31º 0.79% 0.82% -
XYZ 37.94 35.7 7.27 -
YUV 155.86 64.88 166.62 -
System Red Green Blue C M Y K H S L
Decimal 210 150 44 0 0.29 0.79 0.18 38.31 0.65 0.5
Hex D2 96 2C 0 1D 4F 12 26 41 32
Octal 322 226 54 0 35 117 22 46 101 62
Binary 11010010 10010110 101100 0 11101 1001111 10010 100110 1000001 110010

Color Harmonies of #D2962C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2962C

Black with #D2962C

Text Example


Text Example

White with #D2962C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2962C; }

 p { color: rgb(210,150,44); }

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

background-color css

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

 a { background-color: rgb(210,150,44); }

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

border-color css

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

 span { border-color: rgb(210,150,44); }

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