Html Css Color HEX #D98A1E Buttercup

📋 copy color: '#D98A1E'

red 217 ◦ green 138 ◦ blue 30

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

Shades of Buttercup #D98A1E

Tints of Buttercup #D98A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.79%

R = 56.36%
G = 35.84%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D98A1E (or 0xD98A1E) is known color: Buttercup. HEX triplet: D9, 8A and 1E. RGB value is (217,138,30). Sum of RGB (Red+Green+Blue) = 217+138+30=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98A1E is #2675E1. Grayscale: #959595. Windows color (decimal): -2520546 or 2001625. OLE color: 2001625.

HSL color Cylindrical-coordinate representation of color #D98A1E: hue angle of 34.65º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D98A1E is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 138 30 -
CMYK 0 0.36 0.86 0.15
HSL 34.65º 0.76% 0.48% -
HSV(B) 34.65º 0.86% 0.85% -
XYZ 37.94 33.02 5.6 -
YUV 149.31 60.67 176.28 -
System Red Green Blue C M Y K H S L
Decimal 217 138 30 0 0.36 0.86 0.15 34.65 0.76 0.48
Hex D9 8A 1E 0 24 56 F 23 4C 30
Octal 331 212 36 0 44 126 17 43 114 60
Binary 11011001 10001010 11110 0 100100 1010110 1111 100011 1001100 110000

Color Harmonies of #D98A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98A1E

Black with #D98A1E

Text Example


Text Example

White with #D98A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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