Html Css Color HEX #D99E34 Buttercup

📋 copy color: '#D99E34'

red 217 ◦ green 158 ◦ blue 52

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

Shades of Buttercup #D99E34

Tints of Buttercup #D99E34

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37%

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

R = 50.82%
G = 37%
B = 12.18%

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

#D99E34 (or 0xD99E34) is known color: Buttercup. HEX triplet: D9, 9E and 34. RGB value is (217,158,52). Sum of RGB (Red+Green+Blue) = 217+158+52=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99E34 is #2661CB. Grayscale: #A4A4A4. Windows color (decimal): -2515404 or 3448537. OLE color: 3448537.

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

Color convert

RGB 217 158 52 -
CMYK 0 0.27 0.76 0.15
HSL 38.55º 0.68% 0.53% -
HSV(B) 38.55º 0.76% 0.85% -
XYZ 41.46 39.45 8.68 -
YUV 163.56 65.05 166.12 -
System Red Green Blue C M Y K H S L
Decimal 217 158 52 0 0.27 0.76 0.15 38.55 0.68 0.53
Hex D9 9E 34 0 1B 4C F 27 44 35
Octal 331 236 64 0 33 114 17 47 104 65
Binary 11011001 10011110 110100 0 11011 1001100 1111 100111 1000100 110101

Color Harmonies of #D99E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99E34

Black with #D99E34

Text Example


Text Example

White with #D99E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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