Html Css Color HEX #D0952B Fuel Yellow

📋 copy color: '#D0952B'

red 208 ◦ green 149 ◦ blue 43

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

Shades of Fuel Yellow #D0952B

Tints of Fuel Yellow #D0952B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.25%

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

R = 52%
G = 37.25%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0952B (or 0xD0952B) is known color: Fuel Yellow. HEX triplet: D0, 95 and 2B. RGB value is (208,149,43). Sum of RGB (Red+Green+Blue) = 208+149+43=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0952B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0952B is #2F6AD4. Grayscale: #9B9B9B. Windows color (decimal): -3107541 or 2856400. OLE color: 2856400.

HSL color Cylindrical-coordinate representation of color #D0952B: hue angle of 38.55º 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 #D0952B is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 149 43 -
CMYK 0 0.28 0.79 0.18
HSL 38.55º 0.66% 0.49% -
HSV(B) 38.55º 0.79% 0.82% -
XYZ 37.2 35.08 7.1 -
YUV 154.56 65.05 166.12 -
System Red Green Blue C M Y K H S L
Decimal 208 149 43 0 0.28 0.79 0.18 38.55 0.66 0.49
Hex D0 95 2B 0 1C 4F 12 27 42 31
Octal 320 225 53 0 34 117 22 47 102 61
Binary 11010000 10010101 101011 0 11100 1001111 10010 100111 1000010 110001

Color Harmonies of #D0952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0952B

Black with #D0952B

Text Example


Text Example

White with #D0952B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0952B; }

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

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

background-color css

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

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

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

border-color css

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

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

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