Html Css Color HEX #D6992C Buttercup

📋 copy color: '#D6992C'

red 214 ◦ green 153 ◦ blue 44

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

Shades of Buttercup #D6992C

Tints of Buttercup #D6992C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.23%

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

R = 52.07%
G = 37.23%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6992C (or 0xD6992C) is known color: Buttercup. HEX triplet: D6, 99 and 2C. RGB value is (214,153,44). Sum of RGB (Red+Green+Blue) = 214+153+44=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D6992C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6992C is #2966D3. Grayscale: #9F9F9F. Windows color (decimal): -2713300 or 2922966. OLE color: 2922966.

HSL color Cylindrical-coordinate representation of color #D6992C: hue angle of 38.47º 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 #D6992C is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 153 44 -
CMYK 0 0.29 0.79 0.16
HSL 38.47º 0.67% 0.51% -
HSV(B) 38.47º 0.79% 0.84% -
XYZ 39.58 37.26 7.49 -
YUV 158.81 63.21 167.36 -
System Red Green Blue C M Y K H S L
Decimal 214 153 44 0 0.29 0.79 0.16 38.47 0.67 0.51
Hex D6 99 2C 0 1D 4F 10 26 43 33
Octal 326 231 54 0 35 117 20 46 103 63
Binary 11010110 10011001 101100 0 11101 1001111 10000 100110 1000011 110011

Color Harmonies of #D6992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6992C

Black with #D6992C

Text Example


Text Example

White with #D6992C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6992C; }

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

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

background-color css

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

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

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

border-color css

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

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

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