Html Css Color HEX #D0933A Fuel Yellow

📋 copy color: '#D0933A'

red 208 ◦ green 147 ◦ blue 58

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

Shades of Fuel Yellow #D0933A

Tints of Fuel Yellow #D0933A

RGB

 RED value IS 208 (81.64% from 255) = 50.36%

 GREEN value IS 147 (57.81% from 255) = 35.59%

 BLUE value IS 58 (23.05% from 255) = 14.04%

R = 50.36%
G = 35.59%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0933A (or 0xD0933A) is known color: Fuel Yellow. HEX triplet: D0, 93 and 3A. RGB value is (208,147,58). Sum of RGB (Red+Green+Blue) = 208+147+58=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 58 (23.05% from 255 or 14.04% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0933A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0933A is #2F6CC5. Grayscale: #9B9B9B. Windows color (decimal): -3108038 or 3838928. OLE color: 3838928.

HSL color Cylindrical-coordinate representation of color #D0933A: hue angle of 35.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0933A is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 147 58 -
CMYK 0 0.29 0.72 0.18
HSL 35.6º 0.61% 0.52% -
HSV(B) 35.6º 0.72% 0.82% -
XYZ 37.21 34.58 8.72 -
YUV 155.09 73.21 165.74 -
System Red Green Blue C M Y K H S L
Decimal 208 147 58 0 0.29 0.72 0.18 35.6 0.61 0.52
Hex D0 93 3A 0 1D 48 12 24 3D 34
Octal 320 223 72 0 35 110 22 44 75 64
Binary 11010000 10010011 111010 0 11101 1001000 10010 100100 111101 110100

Color Harmonies of #D0933A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0933A

Black with #D0933A

Text Example


Text Example

White with #D0933A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0933A; }

 p { color: rgb(208,147,58); }

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

background-color css

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

 a { background-color: rgb(208,147,58); }

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

border-color css

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

 span { border-color: rgb(208,147,58); }

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