Html Css Color HEX #D98A2A Buttercup

📋 copy color: '#D98A2A'

red 217 ◦ green 138 ◦ blue 42

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

Shades of Buttercup #D98A2A

Tints of Buttercup #D98A2A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.76%

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

R = 54.66%
G = 34.76%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D98A2A (or 0xD98A2A) is known color: Buttercup. HEX triplet: D9, 8A and 2A. RGB value is (217,138,42). Sum of RGB (Red+Green+Blue) = 217+138+42=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98A2A is #2675D5. Grayscale: #979797. Windows color (decimal): -2520534 or 2788057. OLE color: 2788057.

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

Color convert

RGB 217 138 42 -
CMYK 0 0.36 0.81 0.15
HSL 32.91º 0.7% 0.51% -
HSV(B) 32.91º 0.81% 0.85% -
XYZ 38.12 33.1 6.57 -
YUV 150.68 66.67 175.31 -
System Red Green Blue C M Y K H S L
Decimal 217 138 42 0 0.36 0.81 0.15 32.91 0.7 0.51
Hex D9 8A 2A 0 24 51 F 21 46 33
Octal 331 212 52 0 44 121 17 41 106 63
Binary 11011001 10001010 101010 0 100100 1010001 1111 100001 1000110 110011

Color Harmonies of #D98A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98A2A

Black with #D98A2A

Text Example


Text Example

White with #D98A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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