Html Css Color HEX #D69B36 Fuel Yellow

📋 copy color: '#D69B36'

red 214 ◦ green 155 ◦ blue 54

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

Shades of Fuel Yellow #D69B36

Tints of Fuel Yellow #D69B36

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.64%

 BLUE value IS 54 (21.48% from 255) = 12.77%

R = 50.59%
G = 36.64%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D69B36 (or 0xD69B36) is known color: Fuel Yellow. HEX triplet: D6, 9B and 36. RGB value is (214,155,54). Sum of RGB (Red+Green+Blue) = 214+155+54=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69B36 is #2964C9. Grayscale: #A1A1A1. Windows color (decimal): -2712778 or 3578838. OLE color: 3578838.

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

Color convert

RGB 214 155 54 -
CMYK 0 0.28 0.75 0.16
HSL 37.88º 0.66% 0.53% -
HSV(B) 37.88º 0.75% 0.84% -
XYZ 40.12 38.01 8.71 -
YUV 161.13 67.55 165.71 -
System Red Green Blue C M Y K H S L
Decimal 214 155 54 0 0.28 0.75 0.16 37.88 0.66 0.53
Hex D6 9B 36 0 1C 4B 10 26 42 35
Octal 326 233 66 0 34 113 20 46 102 65
Binary 11010110 10011011 110110 0 11100 1001011 10000 100110 1000010 110101

Color Harmonies of #D69B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69B36

Black with #D69B36

Text Example


Text Example

White with #D69B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69B36; }

 p { color: rgb(214,155,54); }

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

background-color css

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

 a { background-color: rgb(214,155,54); }

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

border-color css

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

 span { border-color: rgb(214,155,54); }

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