Html Css Color HEX #D6932C Buttercup

📋 copy color: '#D6932C'

red 214 ◦ green 147 ◦ blue 44

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

Shades of Buttercup #D6932C

Tints of Buttercup #D6932C

RGB

 RED value IS 214 (83.98% from 255) = 52.84%

 GREEN value IS 147 (57.81% from 255) = 36.3%

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

R = 52.84%
G = 36.3%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6932C (or 0xD6932C) is known color: Buttercup. HEX triplet: D6, 93 and 2C. RGB value is (214,147,44). Sum of RGB (Red+Green+Blue) = 214+147+44=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6932C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6932C is #296CD3. Grayscale: #9B9B9B. Windows color (decimal): -2714836 or 2921430. OLE color: 2921430.

HSL color Cylindrical-coordinate representation of color #D6932C: hue angle of 36.35º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6932C is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 147 44 -
CMYK 0 0.31 0.79 0.16
HSL 36.35º 0.67% 0.51% -
HSV(B) 36.35º 0.79% 0.84% -
XYZ 38.62 35.35 7.17 -
YUV 155.29 65.2 169.88 -
System Red Green Blue C M Y K H S L
Decimal 214 147 44 0 0.31 0.79 0.16 36.35 0.67 0.51
Hex D6 93 2C 0 1F 4F 10 24 43 33
Octal 326 223 54 0 37 117 20 44 103 63
Binary 11010110 10010011 101100 0 11111 1001111 10000 100100 1000011 110011

Color Harmonies of #D6932C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6932C

Black with #D6932C

Text Example


Text Example

White with #D6932C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6932C; }

 p { color: rgb(214,147,44); }

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

background-color css

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

 a { background-color: rgb(214,147,44); }

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

border-color css

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

 span { border-color: rgb(214,147,44); }

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