Html Css Color HEX #D98A2B Buttercup

📋 copy color: '#D98A2B'

red 217 ◦ green 138 ◦ blue 43

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

Shades of Buttercup #D98A2B

Tints of Buttercup #D98A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.8%

R = 54.52%
G = 34.67%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D98A2B (or 0xD98A2B) is known color: Buttercup. HEX triplet: D9, 8A and 2B. RGB value is (217,138,43). Sum of RGB (Red+Green+Blue) = 217+138+43=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98A2B is #2675D4. Grayscale: #979797. Windows color (decimal): -2520533 or 2853593. OLE color: 2853593.

HSL color Cylindrical-coordinate representation of color #D98A2B: hue angle of 32.76º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D98A2B is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 138 43 -
CMYK 0 0.36 0.80 0.15
HSL 32.76º 0.7% 0.51% -
HSV(B) 32.76º 0.8% 0.85% -
XYZ 38.14 33.1 6.66 -
YUV 150.79 67.17 175.22 -
System Red Green Blue C M Y K H S L
Decimal 217 138 43 0 0.36 0.80 0.15 32.76 0.7 0.51
Hex D9 8A 2B 0 24 50 F 21 46 33
Octal 331 212 53 0 44 120 17 41 106 63
Binary 11011001 10001010 101011 0 100100 1010000 1111 100001 1000110 110011

Color Harmonies of #D98A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98A2B

Black with #D98A2B

Text Example


Text Example

White with #D98A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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