Html Css Color HEX #D88D1B Buttercup

📋 copy color: '#D88D1B'

red 216 ◦ green 141 ◦ blue 27

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

Shades of Buttercup #D88D1B

Tints of Buttercup #D88D1B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.72%

 BLUE value IS 27 (10.94% from 255) = 7.03%

R = 56.25%
G = 36.72%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D88D1B (or 0xD88D1B) is known color: Buttercup. HEX triplet: D8, 8D and 1B. RGB value is (216,141,27). Sum of RGB (Red+Green+Blue) = 216+141+27=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88D1B is #2772E4. Grayscale: #969696. Windows color (decimal): -2585317 or 1805784. OLE color: 1805784.

HSL color Cylindrical-coordinate representation of color #D88D1B: hue angle of 36.19º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D88D1B is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 141 27 -
CMYK 0 0.35 0.88 0.15
HSL 36.19º 0.78% 0.48% -
HSV(B) 36.19º 0.88% 0.85% -
XYZ 38.04 33.73 5.54 -
YUV 150.43 58.35 174.77 -
System Red Green Blue C M Y K H S L
Decimal 216 141 27 0 0.35 0.88 0.15 36.19 0.78 0.48
Hex D8 8D 1B 0 23 58 F 24 4E 30
Octal 330 215 33 0 43 130 17 44 116 60
Binary 11011000 10001101 11011 0 100011 1011000 1111 100100 1001110 110000

Color Harmonies of #D88D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88D1B

Black with #D88D1B

Text Example


Text Example

White with #D88D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88D1B; }

 p { color: rgb(216,141,27); }

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

background-color css

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

 a { background-color: rgb(216,141,27); }

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

border-color css

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

 span { border-color: rgb(216,141,27); }

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