Html Css Color HEX #D99720 Buttercup

📋 copy color: '#D99720'

red 217 ◦ green 151 ◦ blue 32

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

Shades of Buttercup #D99720

Tints of Buttercup #D99720

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.75%

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

R = 54.25%
G = 37.75%
B = 8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D99720 (or 0xD99720) is known color: Buttercup. HEX triplet: D9, 97 and 20. RGB value is (217,151,32). Sum of RGB (Red+Green+Blue) = 217+151+32=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D99720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99720 is #2668DF. Grayscale: #9D9D9D. Windows color (decimal): -2517216 or 2136025. OLE color: 2136025.

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

Color convert

RGB 217 151 32 -
CMYK 0 0.30 0.85 0.15
HSL 38.59º 0.74% 0.49% -
HSV(B) 38.59º 0.85% 0.85% -
XYZ 39.94 36.99 6.4 -
YUV 157.17 57.37 170.68 -
System Red Green Blue C M Y K H S L
Decimal 217 151 32 0 0.30 0.85 0.15 38.59 0.74 0.49
Hex D9 97 20 0 1E 55 F 27 4A 31
Octal 331 227 40 0 36 125 17 47 112 61
Binary 11011001 10010111 100000 0 11110 1010101 1111 100111 1001010 110001

Color Harmonies of #D99720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99720

Black with #D99720

Text Example


Text Example

White with #D99720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99720; }

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

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

background-color css

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

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

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

border-color css

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

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

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