Html Css Color HEX #D0942B Fuel Yellow

📋 copy color: '#D0942B'

red 208 ◦ green 148 ◦ blue 43

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

Shades of Fuel Yellow #D0942B

Tints of Fuel Yellow #D0942B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.09%

 BLUE value IS 43 (17.19% from 255) = 10.78%

R = 52.13%
G = 37.09%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0942B (or 0xD0942B) is known color: Fuel Yellow. HEX triplet: D0, 94 and 2B. RGB value is (208,148,43). Sum of RGB (Red+Green+Blue) = 208+148+43=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0942B is #2F6BD4. Grayscale: #9A9A9A. Windows color (decimal): -3107797 or 2856144. OLE color: 2856144.

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

Color convert

RGB 208 148 43 -
CMYK 0 0.29 0.79 0.18
HSL 38.18º 0.66% 0.49% -
HSV(B) 38.18º 0.79% 0.82% -
XYZ 37.04 34.76 7.04 -
YUV 153.97 65.38 166.54 -
System Red Green Blue C M Y K H S L
Decimal 208 148 43 0 0.29 0.79 0.18 38.18 0.66 0.49
Hex D0 94 2B 0 1D 4F 12 26 42 31
Octal 320 224 53 0 35 117 22 46 102 61
Binary 11010000 10010100 101011 0 11101 1001111 10010 100110 1000010 110001

Color Harmonies of #D0942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0942B

Black with #D0942B

Text Example


Text Example

White with #D0942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0942B; }

 p { color: rgb(208,148,43); }

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

background-color css

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

 a { background-color: rgb(208,148,43); }

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

border-color css

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

 span { border-color: rgb(208,148,43); }

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