Html Css Color HEX #D69832 Fuel Yellow

📋 copy color: '#D69832'

red 214 ◦ green 152 ◦ blue 50

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

Shades of Fuel Yellow #D69832

Tints of Fuel Yellow #D69832

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.54%

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

R = 51.44%
G = 36.54%
B = 12.02%

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

#D69832 (or 0xD69832) is known color: Fuel Yellow. HEX triplet: D6, 98 and 32. RGB value is (214,152,50). Sum of RGB (Red+Green+Blue) = 214+152+50=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D69832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69832 is #2967CD. Grayscale: #9F9F9F. Windows color (decimal): -2713550 or 3315926. OLE color: 3315926.

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

Color convert

RGB 214 152 50 -
CMYK 0 0.29 0.77 0.16
HSL 37.32º 0.67% 0.52% -
HSV(B) 37.32º 0.77% 0.84% -
XYZ 39.54 36.98 8.07 -
YUV 158.91 66.54 167.29 -
System Red Green Blue C M Y K H S L
Decimal 214 152 50 0 0.29 0.77 0.16 37.32 0.67 0.52
Hex D6 98 32 0 1D 4D 10 25 43 34
Octal 326 230 62 0 35 115 20 45 103 64
Binary 11010110 10011000 110010 0 11101 1001101 10000 100101 1000011 110100

Color Harmonies of #D69832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69832

Black with #D69832

Text Example


Text Example

White with #D69832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69832; }

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

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

background-color css

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

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

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

border-color css

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

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

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