Html Css Color HEX #D69432 Fuel Yellow

📋 copy color: '#D69432'

red 214 ◦ green 148 ◦ blue 50

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

Shades of Fuel Yellow #D69432

Tints of Fuel Yellow #D69432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.14%

R = 51.94%
G = 35.92%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D69432 (or 0xD69432) is known color: Fuel Yellow. HEX triplet: D6, 94 and 32. RGB value is (214,148,50). Sum of RGB (Red+Green+Blue) = 214+148+50=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D69432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69432 is #296BCD. Grayscale: #9D9D9D. Windows color (decimal): -2714574 or 3314902. OLE color: 3314902.

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

Color convert

RGB 214 148 50 -
CMYK 0 0.31 0.77 0.16
HSL 35.85º 0.67% 0.52% -
HSV(B) 35.85º 0.77% 0.84% -
XYZ 38.9 35.71 7.86 -
YUV 156.56 67.87 168.97 -
System Red Green Blue C M Y K H S L
Decimal 214 148 50 0 0.31 0.77 0.16 35.85 0.67 0.52
Hex D6 94 32 0 1F 4D 10 24 43 34
Octal 326 224 62 0 37 115 20 44 103 64
Binary 11010110 10010100 110010 0 11111 1001101 10000 100100 1000011 110100

Color Harmonies of #D69432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69432

Black with #D69432

Text Example


Text Example

White with #D69432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69432; }

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

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

background-color css

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

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

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

border-color css

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

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

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