Html Css Color HEX #D8992A Buttercup

📋 copy color: '#D8992A'

red 216 ◦ green 153 ◦ blue 42

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

Shades of Buttercup #D8992A

Tints of Buttercup #D8992A

RGB

 RED value IS 216 (84.77% from 255) = 52.55%

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

 BLUE value IS 42 (16.8% from 255) = 10.22%

R = 52.55%
G = 37.23%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8992A (or 0xD8992A) is known color: Buttercup. HEX triplet: D8, 99 and 2A. RGB value is (216,153,42). Sum of RGB (Red+Green+Blue) = 216+153+42=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8992A is #2766D5. Grayscale: #9F9F9F. Windows color (decimal): -2582230 or 2791896. OLE color: 2791896.

HSL color Cylindrical-coordinate representation of color #D8992A: hue angle of 38.28º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8992A is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 153 42 -
CMYK 0 0.29 0.81 0.15
HSL 38.28º 0.69% 0.51% -
HSV(B) 38.28º 0.81% 0.85% -
XYZ 40.13 37.55 7.32 -
YUV 159.18 61.87 168.53 -
System Red Green Blue C M Y K H S L
Decimal 216 153 42 0 0.29 0.81 0.15 38.28 0.69 0.51
Hex D8 99 2A 0 1D 51 F 26 45 33
Octal 330 231 52 0 35 121 17 46 105 63
Binary 11011000 10011001 101010 0 11101 1010001 1111 100110 1000101 110011

Color Harmonies of #D8992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8992A

Black with #D8992A

Text Example


Text Example

White with #D8992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8992A; }

 p { color: rgb(216,153,42); }

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

background-color css

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

 a { background-color: rgb(216,153,42); }

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

border-color css

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

 span { border-color: rgb(216,153,42); }

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