Html Css Color HEX #D98A28 Buttercup

📋 copy color: '#D98A28'

red 217 ◦ green 138 ◦ blue 40

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

Shades of Buttercup #D98A28

Tints of Buttercup #D98A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.13%

R = 54.94%
G = 34.94%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D98A28 (or 0xD98A28) is known color: Buttercup. HEX triplet: D9, 8A and 28. RGB value is (217,138,40). Sum of RGB (Red+Green+Blue) = 217+138+40=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98A28 is #2675D7. Grayscale: #969696. Windows color (decimal): -2520536 or 2656985. OLE color: 2656985.

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

Color convert

RGB 217 138 40 -
CMYK 0 0.36 0.82 0.15
HSL 33.22º 0.7% 0.5% -
HSV(B) 33.22º 0.82% 0.85% -
XYZ 38.09 33.08 6.39 -
YUV 150.45 65.67 175.47 -
System Red Green Blue C M Y K H S L
Decimal 217 138 40 0 0.36 0.82 0.15 33.22 0.7 0.5
Hex D9 8A 28 0 24 52 F 21 46 32
Octal 331 212 50 0 44 122 17 41 106 62
Binary 11011001 10001010 101000 0 100100 1010010 1111 100001 1000110 110010

Color Harmonies of #D98A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98A28

Black with #D98A28

Text Example


Text Example

White with #D98A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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