Html Css Color HEX #D69732 Fuel Yellow

📋 copy color: '#D69732'

red 214 ◦ green 151 ◦ blue 50

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

Shades of Fuel Yellow #D69732

Tints of Fuel Yellow #D69732

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.39%

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

R = 51.57%
G = 36.39%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D69732 (or 0xD69732) is known color: Fuel Yellow. HEX triplet: D6, 97 and 32. RGB value is (214,151,50). Sum of RGB (Red+Green+Blue) = 214+151+50=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D69732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69732 is #2968CD. Grayscale: #9E9E9E. Windows color (decimal): -2713806 or 3315670. OLE color: 3315670.

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

Color convert

RGB 214 151 50 -
CMYK 0 0.29 0.77 0.16
HSL 36.95º 0.67% 0.52% -
HSV(B) 36.95º 0.77% 0.84% -
XYZ 39.37 36.66 8.02 -
YUV 158.32 66.87 167.71 -
System Red Green Blue C M Y K H S L
Decimal 214 151 50 0 0.29 0.77 0.16 36.95 0.67 0.52
Hex D6 97 32 0 1D 4D 10 25 43 34
Octal 326 227 62 0 35 115 20 45 103 64
Binary 11010110 10010111 110010 0 11101 1001101 10000 100101 1000011 110100

Color Harmonies of #D69732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69732

Black with #D69732

Text Example


Text Example

White with #D69732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69732; }

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

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

background-color css

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

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

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

border-color css

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

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

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