Html Css Color HEX #D88A1E Buttercup

📋 copy color: '#D88A1E'

red 216 ◦ green 138 ◦ blue 30

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

Shades of Buttercup #D88A1E

Tints of Buttercup #D88A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.81%

R = 56.25%
G = 35.94%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D88A1E (or 0xD88A1E) is known color: Buttercup. HEX triplet: D8, 8A and 1E. RGB value is (216,138,30). Sum of RGB (Red+Green+Blue) = 216+138+30=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88A1E is #2775E1. Grayscale: #959595. Windows color (decimal): -2586082 or 2001624. OLE color: 2001624.

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

Color convert

RGB 216 138 30 -
CMYK 0 0.36 0.86 0.15
HSL 34.84º 0.76% 0.48% -
HSV(B) 34.84º 0.86% 0.85% -
XYZ 37.64 32.87 5.59 -
YUV 149.01 60.84 175.78 -
System Red Green Blue C M Y K H S L
Decimal 216 138 30 0 0.36 0.86 0.15 34.84 0.76 0.48
Hex D8 8A 1E 0 24 56 F 23 4C 30
Octal 330 212 36 0 44 126 17 43 114 60
Binary 11011000 10001010 11110 0 100100 1010110 1111 100011 1001100 110000

Color Harmonies of #D88A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88A1E

Black with #D88A1E

Text Example


Text Example

White with #D88A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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