Html Css Color HEX #D99C26 Buttercup

📋 copy color: '#D99C26'

red 217 ◦ green 156 ◦ blue 38

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

Shades of Buttercup #D99C26

Tints of Buttercup #D99C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.25%

R = 52.8%
G = 37.96%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D99C26 (or 0xD99C26) is known color: Buttercup. HEX triplet: D9, 9C and 26. RGB value is (217,156,38). Sum of RGB (Red+Green+Blue) = 217+156+38=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 38 (15.23% from 255 or 9.25% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99C26 is #2663D9. Grayscale: #A1A1A1. Windows color (decimal): -2515930 or 2530521. OLE color: 2530521.

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

Color convert

RGB 217 156 38 -
CMYK 0 0.28 0.82 0.15
HSL 39.55º 0.7% 0.5% -
HSV(B) 39.55º 0.82% 0.85% -
XYZ 40.85 38.67 7.14 -
YUV 160.79 58.71 168.09 -
System Red Green Blue C M Y K H S L
Decimal 217 156 38 0 0.28 0.82 0.15 39.55 0.7 0.5
Hex D9 9C 26 0 1C 52 F 28 46 32
Octal 331 234 46 0 34 122 17 50 106 62
Binary 11011001 10011100 100110 0 11100 1010010 1111 101000 1000110 110010

Color Harmonies of #D99C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C26

Black with #D99C26

Text Example


Text Example

White with #D99C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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