Html Css Color HEX #D69030 Fuel Yellow

📋 copy color: '#D69030'

red 214 ◦ green 144 ◦ blue 48

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

Shades of Fuel Yellow #D69030

Tints of Fuel Yellow #D69030

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.47%

 BLUE value IS 48 (19.14% from 255) = 11.82%

R = 52.71%
G = 35.47%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D69030 (or 0xD69030) is known color: Fuel Yellow. HEX triplet: D6, 90 and 30. RGB value is (214,144,48). Sum of RGB (Red+Green+Blue) = 214+144+48=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D69030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69030 is #296FCF. Grayscale: #9A9A9A. Windows color (decimal): -2715600 or 3182806. OLE color: 3182806.

HSL color Cylindrical-coordinate representation of color #D69030: hue angle of 34.7º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D69030 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 144 48 -
CMYK 0 0.33 0.78 0.16
HSL 34.7º 0.67% 0.51% -
HSV(B) 34.7º 0.78% 0.84% -
XYZ 38.24 34.46 7.43 -
YUV 153.99 68.19 170.81 -
System Red Green Blue C M Y K H S L
Decimal 214 144 48 0 0.33 0.78 0.16 34.7 0.67 0.51
Hex D6 90 30 0 21 4E 10 23 43 33
Octal 326 220 60 0 41 116 20 43 103 63
Binary 11010110 10010000 110000 0 100001 1001110 10000 100011 1000011 110011

Color Harmonies of #D69030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69030

Black with #D69030

Text Example


Text Example

White with #D69030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69030; }

 p { color: rgb(214,144,48); }

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

background-color css

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

 a { background-color: rgb(214,144,48); }

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

border-color css

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

 span { border-color: rgb(214,144,48); }

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