Html Css Color HEX #D69A3A Fuel Yellow

📋 copy color: '#D69A3A'

red 214 ◦ green 154 ◦ blue 58

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

Shades of Fuel Yellow #D69A3A

Tints of Fuel Yellow #D69A3A

RGB

 RED value IS 214 (83.98% from 255) = 50.23%

 GREEN value IS 154 (60.55% from 255) = 36.15%

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

R = 50.23%
G = 36.15%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D69A3A (or 0xD69A3A) is known color: Fuel Yellow. HEX triplet: D6, 9A and 3A. RGB value is (214,154,58). Sum of RGB (Red+Green+Blue) = 214+154+58=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69A3A is #2965C5. Grayscale: #A1A1A1. Windows color (decimal): -2713030 or 3840726. OLE color: 3840726.

HSL color Cylindrical-coordinate representation of color #D69A3A: hue angle of 36.92º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D69A3A is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 58 -
CMYK 0 0.28 0.73 0.16
HSL 36.92º 0.66% 0.53% -
HSV(B) 36.92º 0.73% 0.84% -
XYZ 40.05 37.71 9.17 -
YUV 161 69.88 165.81 -
System Red Green Blue C M Y K H S L
Decimal 214 154 58 0 0.28 0.73 0.16 36.92 0.66 0.53
Hex D6 9A 3A 0 1C 49 10 25 42 35
Octal 326 232 72 0 34 111 20 45 102 65
Binary 11010110 10011010 111010 0 11100 1001001 10000 100101 1000010 110101

Color Harmonies of #D69A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A3A

Black with #D69A3A

Text Example


Text Example

White with #D69A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A3A; }

 p { color: rgb(214,154,58); }

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

background-color css

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

 a { background-color: rgb(214,154,58); }

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

border-color css

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

 span { border-color: rgb(214,154,58); }

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