Html Css Color HEX #D99A34 Buttercup

📋 copy color: '#D99A34'

red 217 ◦ green 154 ◦ blue 52

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

Shades of Buttercup #D99A34

Tints of Buttercup #D99A34

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.41%

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

R = 51.3%
G = 36.41%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D99A34 (or 0xD99A34) is known color: Buttercup. HEX triplet: D9, 9A and 34. RGB value is (217,154,52). Sum of RGB (Red+Green+Blue) = 217+154+52=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99A34 is #2665CB. Grayscale: #A1A1A1. Windows color (decimal): -2516428 or 3447513. OLE color: 3447513.

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

Color convert

RGB 217 154 52 -
CMYK 0 0.29 0.76 0.15
HSL 37.09º 0.68% 0.53% -
HSV(B) 37.09º 0.76% 0.85% -
XYZ 40.79 38.11 8.46 -
YUV 161.21 66.37 167.79 -
System Red Green Blue C M Y K H S L
Decimal 217 154 52 0 0.29 0.76 0.15 37.09 0.68 0.53
Hex D9 9A 34 0 1D 4C F 25 44 35
Octal 331 232 64 0 35 114 17 45 104 65
Binary 11011001 10011010 110100 0 11101 1001100 1111 100101 1000100 110101

Color Harmonies of #D99A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A34

Black with #D99A34

Text Example


Text Example

White with #D99A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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