Html Css Color HEX #D88A30 Fuel Yellow

📋 copy color: '#D88A30'

red 216 ◦ green 138 ◦ blue 48

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

Shades of Fuel Yellow #D88A30

Tints of Fuel Yellow #D88A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.94%

R = 53.73%
G = 34.33%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D88A30 (or 0xD88A30) is known color: Fuel Yellow. HEX triplet: D8, 8A and 30. RGB value is (216,138,48). Sum of RGB (Red+Green+Blue) = 216+138+48=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88A30 is #2775CF. Grayscale: #979797. Windows color (decimal): -2586064 or 3181272. OLE color: 3181272.

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

Color convert

RGB 216 138 48 -
CMYK 0 0.36 0.78 0.15
HSL 32.14º 0.68% 0.52% -
HSV(B) 32.14º 0.78% 0.85% -
XYZ 37.94 32.99 7.16 -
YUV 151.06 69.84 174.32 -
System Red Green Blue C M Y K H S L
Decimal 216 138 48 0 0.36 0.78 0.15 32.14 0.68 0.52
Hex D8 8A 30 0 24 4E F 20 44 34
Octal 330 212 60 0 44 116 17 40 104 64
Binary 11011000 10001010 110000 0 100100 1001110 1111 100000 1000100 110100

Color Harmonies of #D88A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88A30

Black with #D88A30

Text Example


Text Example

White with #D88A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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