Html Css Color HEX #D69932 Fuel Yellow

📋 copy color: '#D69932'

red 214 ◦ green 153 ◦ blue 50

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

Shades of Fuel Yellow #D69932

Tints of Fuel Yellow #D69932

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.69%

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

R = 51.32%
G = 36.69%
B = 11.99%

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

#D69932 (or 0xD69932) is known color: Fuel Yellow. HEX triplet: D6, 99 and 32. RGB value is (214,153,50). Sum of RGB (Red+Green+Blue) = 214+153+50=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D69932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69932 is #2966CD. Grayscale: #9F9F9F. Windows color (decimal): -2713294 or 3316182. OLE color: 3316182.

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

Color convert

RGB 214 153 50 -
CMYK 0 0.29 0.77 0.16
HSL 37.68º 0.67% 0.52% -
HSV(B) 37.68º 0.77% 0.84% -
XYZ 39.7 37.31 8.13 -
YUV 159.5 66.21 166.88 -
System Red Green Blue C M Y K H S L
Decimal 214 153 50 0 0.29 0.77 0.16 37.68 0.67 0.52
Hex D6 99 32 0 1D 4D 10 26 43 34
Octal 326 231 62 0 35 115 20 46 103 64
Binary 11010110 10011001 110010 0 11101 1001101 10000 100110 1000011 110100

Color Harmonies of #D69932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69932

Black with #D69932

Text Example


Text Example

White with #D69932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69932; }

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

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

background-color css

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

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

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

border-color css

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

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

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