Html Css Color HEX #D88B2F Fuel Yellow

📋 copy color: '#D88B2F'

red 216 ◦ green 139 ◦ blue 47

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

Shades of Fuel Yellow #D88B2F

Tints of Fuel Yellow #D88B2F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.58%

 BLUE value IS 47 (18.75% from 255) = 11.69%

R = 53.73%
G = 34.58%
B = 11.69%

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

#D88B2F (or 0xD88B2F) is known color: Fuel Yellow. HEX triplet: D8, 8B and 2F. RGB value is (216,139,47). Sum of RGB (Red+Green+Blue) = 216+139+47=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 47 (18.75% from 255 or 11.69% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88B2F is #2774D0. Grayscale: #979797. Windows color (decimal): -2585809 or 3115992. OLE color: 3115992.

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

Color convert

RGB 216 139 47 -
CMYK 0 0.36 0.78 0.15
HSL 32.66º 0.68% 0.52% -
HSV(B) 32.66º 0.78% 0.85% -
XYZ 38.06 33.27 7.1 -
YUV 151.54 69.01 173.98 -
System Red Green Blue C M Y K H S L
Decimal 216 139 47 0 0.36 0.78 0.15 32.66 0.68 0.52
Hex D8 8B 2F 0 24 4E F 21 44 34
Octal 330 213 57 0 44 116 17 41 104 64
Binary 11011000 10001011 101111 0 100100 1001110 1111 100001 1000100 110100

Color Harmonies of #D88B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88B2F

Black with #D88B2F

Text Example


Text Example

White with #D88B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88B2F; }

 p { color: rgb(216,139,47); }

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

background-color css

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

 a { background-color: rgb(216,139,47); }

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

border-color css

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

 span { border-color: rgb(216,139,47); }

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