Html Css Color HEX #D9992A Buttercup

📋 copy color: '#D9992A'

red 217 ◦ green 153 ◦ blue 42

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

Shades of Buttercup #D9992A

Tints of Buttercup #D9992A

RGB

 RED value IS 217 (85.16% from 255) = 52.67%

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

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

R = 52.67%
G = 37.14%
B = 10.19%

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

#D9992A (or 0xD9992A) is known color: Buttercup. HEX triplet: D9, 99 and 2A. RGB value is (217,153,42). Sum of RGB (Red+Green+Blue) = 217+153+42=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D9992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9992A is #2666D5. Grayscale: #9F9F9F. Windows color (decimal): -2516694 or 2791897. OLE color: 2791897.

HSL color Cylindrical-coordinate representation of color #D9992A: hue angle of 38.06º degrees, saturation: 0.7, 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 #D9992A is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 153 42 -
CMYK 0 0.29 0.81 0.15
HSL 38.06º 0.7% 0.51% -
HSV(B) 38.06º 0.81% 0.85% -
XYZ 40.42 37.7 7.34 -
YUV 159.48 61.7 169.03 -
System Red Green Blue C M Y K H S L
Decimal 217 153 42 0 0.29 0.81 0.15 38.06 0.7 0.51
Hex D9 99 2A 0 1D 51 F 26 46 33
Octal 331 231 52 0 35 121 17 46 106 63
Binary 11011001 10011001 101010 0 11101 1010001 1111 100110 1000110 110011

Color Harmonies of #D9992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9992A

Black with #D9992A

Text Example


Text Example

White with #D9992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9992A; }

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

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

background-color css

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

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

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

border-color css

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

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

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