Html Css Color HEX #D5992D Buttercup

📋 copy color: '#D5992D'

red 213 ◦ green 153 ◦ blue 45

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

Shades of Buttercup #D5992D

Tints of Buttercup #D5992D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.95%

R = 51.82%
G = 37.23%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5992D (or 0xD5992D) is known color: Buttercup. HEX triplet: D5, 99 and 2D. RGB value is (213,153,45). Sum of RGB (Red+Green+Blue) = 213+153+45=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D5992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5992D is #2A66D2. Grayscale: #9F9F9F. Windows color (decimal): -2778835 or 2988501. OLE color: 2988501.

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

Color convert

RGB 213 153 45 -
CMYK 0 0.28 0.79 0.16
HSL 38.57º 0.67% 0.51% -
HSV(B) 38.57º 0.79% 0.84% -
XYZ 39.31 37.12 7.58 -
YUV 158.63 63.88 166.78 -
System Red Green Blue C M Y K H S L
Decimal 213 153 45 0 0.28 0.79 0.16 38.57 0.67 0.51
Hex D5 99 2D 0 1C 4F 10 27 43 33
Octal 325 231 55 0 34 117 20 47 103 63
Binary 11010101 10011001 101101 0 11100 1001111 10000 100111 1000011 110011

Color Harmonies of #D5992D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5992D

Black with #D5992D

Text Example


Text Example

White with #D5992D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5992D; }

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

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

background-color css

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

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

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

border-color css

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

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

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