Html Css Color HEX #D5992F Buttercup

📋 copy color: '#D5992F'

red 213 ◦ green 153 ◦ blue 47

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

Shades of Buttercup #D5992F

Tints of Buttercup #D5992F

RGB

 RED value IS 213 (83.59% from 255) = 51.57%

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

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

R = 51.57%
G = 37.05%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5992F (or 0xD5992F) is known color: Buttercup. HEX triplet: D5, 99 and 2F. RGB value is (213,153,47). Sum of RGB (Red+Green+Blue) = 213+153+47=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D5992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5992F is #2A66D0. Grayscale: #9F9F9F. Windows color (decimal): -2778833 or 3119573. OLE color: 3119573.

HSL color Cylindrical-coordinate representation of color #D5992F: hue angle of 38.31º degrees, saturation: 0.66, 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 #D5992F is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 153 47 -
CMYK 0 0.28 0.78 0.16
HSL 38.31º 0.66% 0.51% -
HSV(B) 38.31º 0.78% 0.84% -
XYZ 39.34 37.13 7.78 -
YUV 158.86 64.88 166.62 -
System Red Green Blue C M Y K H S L
Decimal 213 153 47 0 0.28 0.78 0.16 38.31 0.66 0.51
Hex D5 99 2F 0 1C 4E 10 26 42 33
Octal 325 231 57 0 34 116 20 46 102 63
Binary 11010101 10011001 101111 0 11100 1001110 10000 100110 1000010 110011

Color Harmonies of #D5992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5992F

Black with #D5992F

Text Example


Text Example

White with #D5992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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