Html Css Color HEX #D08B28 Fuel Yellow

📋 copy color: '#D08B28'

red 208 ◦ green 139 ◦ blue 40

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

Shades of Fuel Yellow #D08B28

Tints of Fuel Yellow #D08B28

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.92%

 BLUE value IS 40 (16.02% from 255) = 10.34%

R = 53.75%
G = 35.92%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D08B28 (or 0xD08B28) is known color: Fuel Yellow. HEX triplet: D0, 8B and 28. RGB value is (208,139,40). Sum of RGB (Red+Green+Blue) = 208+139+40=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D08B28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08B28 is #2F74D7. Grayscale: #949494. Windows color (decimal): -3110104 or 2657232. OLE color: 2657232.

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

Color convert

RGB 208 139 40 -
CMYK 0 0.33 0.81 0.18
HSL 35.36º 0.68% 0.49% -
HSV(B) 35.36º 0.81% 0.82% -
XYZ 35.63 32.03 6.31 -
YUV 148.35 66.86 170.55 -
System Red Green Blue C M Y K H S L
Decimal 208 139 40 0 0.33 0.81 0.18 35.36 0.68 0.49
Hex D0 8B 28 0 21 51 12 23 44 31
Octal 320 213 50 0 41 121 22 43 104 61
Binary 11010000 10001011 101000 0 100001 1010001 10010 100011 1000100 110001

Color Harmonies of #D08B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08B28

Black with #D08B28

Text Example


Text Example

White with #D08B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08B28; }

 p { color: rgb(208,139,40); }

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

background-color css

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

 a { background-color: rgb(208,139,40); }

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

border-color css

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

 span { border-color: rgb(208,139,40); }

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