Html Css Color HEX #D99A26 Buttercup

📋 copy color: '#D99A26'

red 217 ◦ green 154 ◦ blue 38

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

Shades of Buttercup #D99A26

Tints of Buttercup #D99A26

RGB

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

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

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

R = 53.06%
G = 37.65%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D99A26 (or 0xD99A26) is known color: Buttercup. HEX triplet: D9, 9A and 26. RGB value is (217,154,38). Sum of RGB (Red+Green+Blue) = 217+154+38=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99A26 is #2665D9. Grayscale: #A0A0A0. Windows color (decimal): -2516442 or 2530009. OLE color: 2530009.

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

Color convert

RGB 217 154 38 -
CMYK 0 0.29 0.82 0.15
HSL 38.88º 0.7% 0.5% -
HSV(B) 38.88º 0.82% 0.85% -
XYZ 40.52 38 7.03 -
YUV 159.61 59.37 168.93 -
System Red Green Blue C M Y K H S L
Decimal 217 154 38 0 0.29 0.82 0.15 38.88 0.7 0.5
Hex D9 9A 26 0 1D 52 F 27 46 32
Octal 331 232 46 0 35 122 17 47 106 62
Binary 11011001 10011010 100110 0 11101 1010010 1111 100111 1000110 110010

Color Harmonies of #D99A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A26

Black with #D99A26

Text Example


Text Example

White with #D99A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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