Html Css Color HEX #D99C22 Buttercup

📋 copy color: '#D99C22'

red 217 ◦ green 156 ◦ blue 34

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

Shades of Buttercup #D99C22

Tints of Buttercup #D99C22

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.33%

 BLUE value IS 34 (13.67% from 255) = 8.35%

R = 53.32%
G = 38.33%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D99C22 (or 0xD99C22) is known color: Buttercup. HEX triplet: D9, 9C and 22. RGB value is (217,156,34). Sum of RGB (Red+Green+Blue) = 217+156+34=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 34 (13.67% from 255 or 8.35% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99C22 is #2663DD. Grayscale: #A0A0A0. Windows color (decimal): -2515934 or 2268377. OLE color: 2268377.

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

Color convert

RGB 217 156 34 -
CMYK 0 0.28 0.84 0.15
HSL 40º 0.73% 0.49% -
HSV(B) 40º 0.84% 0.85% -
XYZ 40.79 38.64 6.82 -
YUV 160.33 56.71 168.42 -
System Red Green Blue C M Y K H S L
Decimal 217 156 34 0 0.28 0.84 0.15 40 0.73 0.49
Hex D9 9C 22 0 1C 54 F 28 49 31
Octal 331 234 42 0 34 124 17 50 111 61
Binary 11011001 10011100 100010 0 11100 1010100 1111 101000 1001001 110001

Color Harmonies of #D99C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C22

Black with #D99C22

Text Example


Text Example

White with #D99C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C22; }

 p { color: rgb(217,156,34); }

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

background-color css

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

 a { background-color: rgb(217,156,34); }

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

border-color css

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

 span { border-color: rgb(217,156,34); }

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