Html Css Color HEX #D88916 Buttercup

📋 copy color: '#D88916'

red 216 ◦ green 137 ◦ blue 22

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

Shades of Buttercup #D88916

Tints of Buttercup #D88916

RGB

 RED value IS 216 (84.77% from 255) = 57.6%

 GREEN value IS 137 (53.91% from 255) = 36.53%

 BLUE value IS 22 (8.98% from 255) = 5.87%

R = 57.6%
G = 36.53%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D88916 (or 0xD88916) is known color: Buttercup. HEX triplet: D8, 89 and 16. RGB value is (216,137,22). Sum of RGB (Red+Green+Blue) = 216+137+22=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D88916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88916 is #2776E9. Grayscale: #949494. Windows color (decimal): -2586346 or 1477080. OLE color: 1477080.

HSL color Cylindrical-coordinate representation of color #D88916: hue angle of 35.57º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D88916 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 137 22 -
CMYK 0 0.37 0.90 0.15
HSL 35.57º 0.82% 0.47% -
HSV(B) 35.57º 0.9% 0.85% -
XYZ 37.41 32.55 5.07 -
YUV 147.51 57.17 176.85 -
System Red Green Blue C M Y K H S L
Decimal 216 137 22 0 0.37 0.90 0.15 35.57 0.82 0.47
Hex D8 89 16 0 25 5A F 24 52 2F
Octal 330 211 26 0 45 132 17 44 122 57
Binary 11011000 10001001 10110 0 100101 1011010 1111 100100 1010010 101111

Color Harmonies of #D88916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88916

Black with #D88916

Text Example


Text Example

White with #D88916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88916; }

 p { color: rgb(216,137,22); }

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

background-color css

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

 a { background-color: rgb(216,137,22); }

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

border-color css

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

 span { border-color: rgb(216,137,22); }

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