Html Css Color HEX #D88C2F Fuel Yellow

📋 copy color: '#D88C2F'

red 216 ◦ green 140 ◦ blue 47

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

Shades of Fuel Yellow #D88C2F

Tints of Fuel Yellow #D88C2F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.74%

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

R = 53.6%
G = 34.74%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D88C2F (or 0xD88C2F) is known color: Fuel Yellow. HEX triplet: D8, 8C and 2F. RGB value is (216,140,47). Sum of RGB (Red+Green+Blue) = 216+140+47=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88C2F is #2773D0. Grayscale: #989898. Windows color (decimal): -2585553 or 3116248. OLE color: 3116248.

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

Color convert

RGB 216 140 47 -
CMYK 0 0.35 0.78 0.15
HSL 33.02º 0.68% 0.52% -
HSV(B) 33.02º 0.78% 0.85% -
XYZ 38.21 33.56 7.15 -
YUV 152.12 68.68 173.56 -
System Red Green Blue C M Y K H S L
Decimal 216 140 47 0 0.35 0.78 0.15 33.02 0.68 0.52
Hex D8 8C 2F 0 23 4E F 21 44 34
Octal 330 214 57 0 43 116 17 41 104 64
Binary 11011000 10001100 101111 0 100011 1001110 1111 100001 1000100 110100

Color Harmonies of #D88C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88C2F

Black with #D88C2F

Text Example


Text Example

White with #D88C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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