Html Css Color HEX #D69430 Fuel Yellow

📋 copy color: '#D69430'

red 214 ◦ green 148 ◦ blue 48

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

Shades of Fuel Yellow #D69430

Tints of Fuel Yellow #D69430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.1%

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

R = 52.2%
G = 36.1%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D69430 (or 0xD69430) is known color: Fuel Yellow. HEX triplet: D6, 94 and 30. RGB value is (214,148,48). Sum of RGB (Red+Green+Blue) = 214+148+48=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D69430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69430 is #296BCF. Grayscale: #9C9C9C. Windows color (decimal): -2714576 or 3183830. OLE color: 3183830.

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

Color convert

RGB 214 148 48 -
CMYK 0 0.31 0.78 0.16
HSL 36.14º 0.67% 0.51% -
HSV(B) 36.14º 0.78% 0.84% -
XYZ 38.85 35.69 7.64 -
YUV 156.33 66.87 169.13 -
System Red Green Blue C M Y K H S L
Decimal 214 148 48 0 0.31 0.78 0.16 36.14 0.67 0.51
Hex D6 94 30 0 1F 4E 10 24 43 33
Octal 326 224 60 0 37 116 20 44 103 63
Binary 11010110 10010100 110000 0 11111 1001110 10000 100100 1000011 110011

Color Harmonies of #D69430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69430

Black with #D69430

Text Example


Text Example

White with #D69430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69430; }

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

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

background-color css

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

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

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

border-color css

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

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

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