Html Css Color HEX #D69A39 Fuel Yellow

📋 copy color: '#D69A39'

red 214 ◦ green 154 ◦ blue 57

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

Shades of Fuel Yellow #D69A39

Tints of Fuel Yellow #D69A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.41%

R = 50.35%
G = 36.24%
B = 13.41%

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

#D69A39 (or 0xD69A39) is known color: Fuel Yellow. HEX triplet: D6, 9A and 39. RGB value is (214,154,57). Sum of RGB (Red+Green+Blue) = 214+154+57=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69A39 is #2965C6. Grayscale: #A1A1A1. Windows color (decimal): -2713031 or 3775190. OLE color: 3775190.

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

Color convert

RGB 214 154 57 -
CMYK 0 0.28 0.73 0.16
HSL 37.07º 0.66% 0.53% -
HSV(B) 37.07º 0.73% 0.84% -
XYZ 40.03 37.7 9.04 -
YUV 160.88 69.38 165.89 -
System Red Green Blue C M Y K H S L
Decimal 214 154 57 0 0.28 0.73 0.16 37.07 0.66 0.53
Hex D6 9A 39 0 1C 49 10 25 42 35
Octal 326 232 71 0 34 111 20 45 102 65
Binary 11010110 10011010 111001 0 11100 1001001 10000 100101 1000010 110101

Color Harmonies of #D69A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A39

Black with #D69A39

Text Example


Text Example

White with #D69A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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