Html Css Color HEX #D99320 Buttercup

📋 copy color: '#D99320'

red 217 ◦ green 147 ◦ blue 32

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

Shades of Buttercup #D99320

Tints of Buttercup #D99320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.12%

 BLUE value IS 32 (12.89% from 255) = 8.08%

R = 54.8%
G = 37.12%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D99320 (or 0xD99320) is known color: Buttercup. HEX triplet: D9, 93 and 20. RGB value is (217,147,32). Sum of RGB (Red+Green+Blue) = 217+147+32=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D99320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99320 is #266CDF. Grayscale: #9B9B9B. Windows color (decimal): -2518240 or 2135001. OLE color: 2135001.

HSL color Cylindrical-coordinate representation of color #D99320: hue angle of 37.3º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D99320 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 32 -
CMYK 0 0.32 0.85 0.15
HSL 37.3º 0.74% 0.49% -
HSV(B) 37.3º 0.85% 0.85% -
XYZ 39.31 35.72 6.19 -
YUV 154.82 58.69 172.35 -
System Red Green Blue C M Y K H S L
Decimal 217 147 32 0 0.32 0.85 0.15 37.3 0.74 0.49
Hex D9 93 20 0 20 55 F 25 4A 31
Octal 331 223 40 0 40 125 17 45 112 61
Binary 11011001 10010011 100000 0 100000 1010101 1111 100101 1001010 110001

Color Harmonies of #D99320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99320

Black with #D99320

Text Example


Text Example

White with #D99320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99320; }

 p { color: rgb(217,147,32); }

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

background-color css

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

 a { background-color: rgb(217,147,32); }

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

border-color css

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

 span { border-color: rgb(217,147,32); }

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