Html Css Color HEX #D69938 Fuel Yellow

📋 copy color: '#D69938'

red 214 ◦ green 153 ◦ blue 56

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

Shades of Fuel Yellow #D69938

Tints of Fuel Yellow #D69938

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.17%

 BLUE value IS 56 (22.27% from 255) = 13.24%

R = 50.59%
G = 36.17%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D69938 (or 0xD69938) is known color: Fuel Yellow. HEX triplet: D6, 99 and 38. RGB value is (214,153,56). Sum of RGB (Red+Green+Blue) = 214+153+56=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D69938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69938 is #2966C7. Grayscale: #A0A0A0. Windows color (decimal): -2713288 or 3709398. OLE color: 3709398.

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

Color convert

RGB 214 153 56 -
CMYK 0 0.29 0.74 0.16
HSL 36.84º 0.66% 0.53% -
HSV(B) 36.84º 0.74% 0.84% -
XYZ 39.84 37.36 8.85 -
YUV 160.18 69.21 166.39 -
System Red Green Blue C M Y K H S L
Decimal 214 153 56 0 0.29 0.74 0.16 36.84 0.66 0.53
Hex D6 99 38 0 1D 4A 10 25 42 35
Octal 326 231 70 0 35 112 20 45 102 65
Binary 11010110 10011001 111000 0 11101 1001010 10000 100101 1000010 110101

Color Harmonies of #D69938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69938

Black with #D69938

Text Example


Text Example

White with #D69938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69938; }

 p { color: rgb(214,153,56); }

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

background-color css

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

 a { background-color: rgb(214,153,56); }

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

border-color css

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

 span { border-color: rgb(214,153,56); }

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