Html Css Color HEX #D4992F Buttercup

📋 copy color: '#D4992F'

red 212 ◦ green 153 ◦ blue 47

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

Shades of Buttercup #D4992F

Tints of Buttercup #D4992F

RGB

 RED value IS 212 (83.2% from 255) = 51.46%

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

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

R = 51.46%
G = 37.14%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4992F (or 0xD4992F) is known color: Buttercup. HEX triplet: D4, 99 and 2F. RGB value is (212,153,47). Sum of RGB (Red+Green+Blue) = 212+153+47=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D4992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4992F is #2B66D0. Grayscale: #9F9F9F. Windows color (decimal): -2844369 or 3119572. OLE color: 3119572.

HSL color Cylindrical-coordinate representation of color #D4992F: hue angle of 38.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4992F is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 153 47 -
CMYK 0 0.28 0.78 0.17
HSL 38.55º 0.66% 0.51% -
HSV(B) 38.55º 0.78% 0.83% -
XYZ 39.06 36.98 7.77 -
YUV 158.56 65.05 166.12 -
System Red Green Blue C M Y K H S L
Decimal 212 153 47 0 0.28 0.78 0.17 38.55 0.66 0.51
Hex D4 99 2F 0 1C 4E 11 27 42 33
Octal 324 231 57 0 34 116 21 47 102 63
Binary 11010100 10011001 101111 0 11100 1001110 10001 100111 1000010 110011

Color Harmonies of #D4992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4992F

Black with #D4992F

Text Example


Text Example

White with #D4992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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