Html Css Color HEX #D2942B Buttercup

📋 copy color: '#D2942B'

red 210 ◦ green 148 ◦ blue 43

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

Shades of Buttercup #D2942B

Tints of Buttercup #D2942B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.91%

 BLUE value IS 43 (17.19% from 255) = 10.72%

R = 52.37%
G = 36.91%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D2942B (or 0xD2942B) is known color: Buttercup. HEX triplet: D2, 94 and 2B. RGB value is (210,148,43). Sum of RGB (Red+Green+Blue) = 210+148+43=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2942B is #2D6BD4. Grayscale: #9B9B9B. Windows color (decimal): -2976725 or 2856146. OLE color: 2856146.

HSL color Cylindrical-coordinate representation of color #D2942B: hue angle of 37.72º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2942B is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 148 43 -
CMYK 0 0.30 0.80 0.18
HSL 37.72º 0.66% 0.5% -
HSV(B) 37.72º 0.8% 0.82% -
XYZ 37.6 35.06 7.07 -
YUV 154.57 65.04 167.54 -
System Red Green Blue C M Y K H S L
Decimal 210 148 43 0 0.30 0.80 0.18 37.72 0.66 0.5
Hex D2 94 2B 0 1E 50 12 26 42 32
Octal 322 224 53 0 36 120 22 46 102 62
Binary 11010010 10010100 101011 0 11110 1010000 10010 100110 1000010 110010

Color Harmonies of #D2942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2942B

Black with #D2942B

Text Example


Text Example

White with #D2942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2942B; }

 p { color: rgb(210,148,43); }

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

background-color css

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

 a { background-color: rgb(210,148,43); }

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

border-color css

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

 span { border-color: rgb(210,148,43); }

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