Html Css Color HEX #D88F2A Buttercup

📋 copy color: '#D88F2A'

red 216 ◦ green 143 ◦ blue 42

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

Shades of Buttercup #D88F2A

Tints of Buttercup #D88F2A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.66%

 BLUE value IS 42 (16.8% from 255) = 10.47%

R = 53.87%
G = 35.66%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D88F2A (or 0xD88F2A) is known color: Buttercup. HEX triplet: D8, 8F and 2A. RGB value is (216,143,42). Sum of RGB (Red+Green+Blue) = 216+143+42=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88F2A is #2770D5. Grayscale: #999999. Windows color (decimal): -2584790 or 2789336. OLE color: 2789336.

HSL color Cylindrical-coordinate representation of color #D88F2A: hue angle of 34.83º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D88F2A is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 143 42 -
CMYK 0 0.34 0.81 0.15
HSL 34.83º 0.69% 0.51% -
HSV(B) 34.83º 0.81% 0.85% -
XYZ 38.56 34.41 6.8 -
YUV 153.31 65.18 172.71 -
System Red Green Blue C M Y K H S L
Decimal 216 143 42 0 0.34 0.81 0.15 34.83 0.69 0.51
Hex D8 8F 2A 0 22 51 F 23 45 33
Octal 330 217 52 0 42 121 17 43 105 63
Binary 11011000 10001111 101010 0 100010 1010001 1111 100011 1000101 110011

Color Harmonies of #D88F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88F2A

Black with #D88F2A

Text Example


Text Example

White with #D88F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88F2A; }

 p { color: rgb(216,143,42); }

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

background-color css

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

 a { background-color: rgb(216,143,42); }

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

border-color css

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

 span { border-color: rgb(216,143,42); }

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