Html Css Color HEX #D09D2F Fuel Yellow

📋 copy color: '#D09D2F'

red 208 ◦ green 157 ◦ blue 47

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

Shades of Fuel Yellow #D09D2F

Tints of Fuel Yellow #D09D2F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.11%

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

R = 50.49%
G = 38.11%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D09D2F (or 0xD09D2F) is known color: Fuel Yellow. HEX triplet: D0, 9D and 2F. RGB value is (208,157,47). Sum of RGB (Red+Green+Blue) = 208+157+47=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09D2F is #2F62D0. Grayscale: #A0A0A0. Windows color (decimal): -3105489 or 3120592. OLE color: 3120592.

HSL color Cylindrical-coordinate representation of color #D09D2F: hue angle of 40.99º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D09D2F is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 157 47 -
CMYK 0 0.25 0.77 0.18
HSL 40.99º 0.63% 0.5% -
HSV(B) 40.99º 0.77% 0.82% -
XYZ 38.58 37.73 7.94 -
YUV 159.71 64.4 162.44 -
System Red Green Blue C M Y K H S L
Decimal 208 157 47 0 0.25 0.77 0.18 40.99 0.63 0.5
Hex D0 9D 2F 0 19 4D 12 29 3F 32
Octal 320 235 57 0 31 115 22 51 77 62
Binary 11010000 10011101 101111 0 11001 1001101 10010 101001 111111 110010

Color Harmonies of #D09D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09D2F

Black with #D09D2F

Text Example


Text Example

White with #D09D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09D2F; }

 p { color: rgb(208,157,47); }

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

background-color css

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

 a { background-color: rgb(208,157,47); }

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

border-color css

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

 span { border-color: rgb(208,157,47); }

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