Html Css Color HEX #D88A1F Buttercup

📋 copy color: '#D88A1F'

red 216 ◦ green 138 ◦ blue 31

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

Shades of Buttercup #D88A1F

Tints of Buttercup #D88A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.05%

R = 56.1%
G = 35.84%
B = 8.05%

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

#D88A1F (or 0xD88A1F) is known color: Buttercup. HEX triplet: D8, 8A and 1F. RGB value is (216,138,31). Sum of RGB (Red+Green+Blue) = 216+138+31=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88A1F is #2775E0. Grayscale: #959595. Windows color (decimal): -2586081 or 2067160. OLE color: 2067160.

HSL color Cylindrical-coordinate representation of color #D88A1F: hue angle of 34.7º degrees, saturation: 0.75, 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 #D88A1F is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 138 31 -
CMYK 0 0.36 0.86 0.15
HSL 34.7º 0.75% 0.48% -
HSV(B) 34.7º 0.86% 0.85% -
XYZ 37.65 32.87 5.66 -
YUV 149.12 61.34 175.7 -
System Red Green Blue C M Y K H S L
Decimal 216 138 31 0 0.36 0.86 0.15 34.7 0.75 0.48
Hex D8 8A 1F 0 24 56 F 23 4B 30
Octal 330 212 37 0 44 126 17 43 113 60
Binary 11011000 10001010 11111 0 100100 1010110 1111 100011 1001011 110000

Color Harmonies of #D88A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88A1F

Black with #D88A1F

Text Example


Text Example

White with #D88A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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