Html Css Color HEX #D99F34 Buttercup

📋 copy color: '#D99F34'

red 217 ◦ green 159 ◦ blue 52

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

Shades of Buttercup #D99F34

Tints of Buttercup #D99F34

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.15%

 BLUE value IS 52 (20.7% from 255) = 12.15%

R = 50.7%
G = 37.15%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D99F34 (or 0xD99F34) is known color: Buttercup. HEX triplet: D9, 9F and 34. RGB value is (217,159,52). Sum of RGB (Red+Green+Blue) = 217+159+52=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99F34 is #2660CB. Grayscale: #A4A4A4. Windows color (decimal): -2515148 or 3448793. OLE color: 3448793.

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

Color convert

RGB 217 159 52 -
CMYK 0 0.27 0.76 0.15
HSL 38.91º 0.68% 0.53% -
HSV(B) 38.91º 0.76% 0.85% -
XYZ 41.63 39.8 8.74 -
YUV 164.14 64.72 165.7 -
System Red Green Blue C M Y K H S L
Decimal 217 159 52 0 0.27 0.76 0.15 38.91 0.68 0.53
Hex D9 9F 34 0 1B 4C F 27 44 35
Octal 331 237 64 0 33 114 17 47 104 65
Binary 11011001 10011111 110100 0 11011 1001100 1111 100111 1000100 110101

Color Harmonies of #D99F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F34

Black with #D99F34

Text Example


Text Example

White with #D99F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F34; }

 p { color: rgb(217,159,52); }

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

background-color css

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

 a { background-color: rgb(217,159,52); }

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

border-color css

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

 span { border-color: rgb(217,159,52); }

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