Html Css Color HEX #D6992F Buttercup

📋 copy color: '#D6992F'

red 214 ◦ green 153 ◦ blue 47

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

Shades of Buttercup #D6992F

Tints of Buttercup #D6992F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.35%

R = 51.69%
G = 36.96%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6992F (or 0xD6992F) is known color: Buttercup. HEX triplet: D6, 99 and 2F. RGB value is (214,153,47). Sum of RGB (Red+Green+Blue) = 214+153+47=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D6992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6992F is #2966D0. Grayscale: #9F9F9F. Windows color (decimal): -2713297 or 3119574. OLE color: 3119574.

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

Color convert

RGB 214 153 47 -
CMYK 0 0.29 0.78 0.16
HSL 38.08º 0.67% 0.51% -
HSV(B) 38.08º 0.78% 0.84% -
XYZ 39.64 37.28 7.8 -
YUV 159.16 64.71 167.12 -
System Red Green Blue C M Y K H S L
Decimal 214 153 47 0 0.29 0.78 0.16 38.08 0.67 0.51
Hex D6 99 2F 0 1D 4E 10 26 43 33
Octal 326 231 57 0 35 116 20 46 103 63
Binary 11010110 10011001 101111 0 11101 1001110 10000 100110 1000011 110011

Color Harmonies of #D6992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6992F

Black with #D6992F

Text Example


Text Example

White with #D6992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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