Html Css Color HEX #D88E2D Buttercup

📋 copy color: '#D88E2D'

red 216 ◦ green 142 ◦ blue 45

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

Shades of Buttercup #D88E2D

Tints of Buttercup #D88E2D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.24%

 BLUE value IS 45 (17.97% from 255) = 11.17%

R = 53.6%
G = 35.24%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D88E2D (or 0xD88E2D) is known color: Buttercup. HEX triplet: D8, 8E and 2D. RGB value is (216,142,45). Sum of RGB (Red+Green+Blue) = 216+142+45=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88E2D is #2771D2. Grayscale: #999999. Windows color (decimal): -2585043 or 2985688. OLE color: 2985688.

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

Color convert

RGB 216 142 45 -
CMYK 0 0.34 0.79 0.15
HSL 34.04º 0.69% 0.51% -
HSV(B) 34.04º 0.79% 0.85% -
XYZ 38.47 34.13 7.04 -
YUV 153.07 67.02 172.89 -
System Red Green Blue C M Y K H S L
Decimal 216 142 45 0 0.34 0.79 0.15 34.04 0.69 0.51
Hex D8 8E 2D 0 22 4F F 22 45 33
Octal 330 216 55 0 42 117 17 42 105 63
Binary 11011000 10001110 101101 0 100010 1001111 1111 100010 1000101 110011

Color Harmonies of #D88E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88E2D

Black with #D88E2D

Text Example


Text Example

White with #D88E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88E2D; }

 p { color: rgb(216,142,45); }

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

background-color css

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

 a { background-color: rgb(216,142,45); }

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

border-color css

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

 span { border-color: rgb(216,142,45); }

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