Html Css Color HEX #D88A1C Buttercup

📋 copy color: '#D88A1C'

red 216 ◦ green 138 ◦ blue 28

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

Shades of Buttercup #D88A1C

Tints of Buttercup #D88A1C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.13%

 BLUE value IS 28 (11.33% from 255) = 7.33%

R = 56.54%
G = 36.13%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D88A1C (or 0xD88A1C) is known color: Buttercup. HEX triplet: D8, 8A and 1C. RGB value is (216,138,28). Sum of RGB (Red+Green+Blue) = 216+138+28=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88A1C is #2775E3. Grayscale: #959595. Windows color (decimal): -2586084 or 1870552. OLE color: 1870552.

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

Color convert

RGB 216 138 28 -
CMYK 0 0.36 0.87 0.15
HSL 35.11º 0.77% 0.48% -
HSV(B) 35.11º 0.87% 0.85% -
XYZ 37.62 32.86 5.46 -
YUV 148.78 59.84 175.94 -
System Red Green Blue C M Y K H S L
Decimal 216 138 28 0 0.36 0.87 0.15 35.11 0.77 0.48
Hex D8 8A 1C 0 24 57 F 23 4D 30
Octal 330 212 34 0 44 127 17 43 115 60
Binary 11011000 10001010 11100 0 100100 1010111 1111 100011 1001101 110000

Color Harmonies of #D88A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88A1C

Black with #D88A1C

Text Example


Text Example

White with #D88A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88A1C; }

 p { color: rgb(216,138,28); }

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

background-color css

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

 a { background-color: rgb(216,138,28); }

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

border-color css

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

 span { border-color: rgb(216,138,28); }

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