Html Css Color HEX #D69636 Fuel Yellow

📋 copy color: '#D69636'

red 214 ◦ green 150 ◦ blue 54

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

Shades of Fuel Yellow #D69636

Tints of Fuel Yellow #D69636

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.89%

 BLUE value IS 54 (21.48% from 255) = 12.92%

R = 51.2%
G = 35.89%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D69636 (or 0xD69636) is known color: Fuel Yellow. HEX triplet: D6, 96 and 36. RGB value is (214,150,54). Sum of RGB (Red+Green+Blue) = 214+150+54=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 54 (21.48% from 255 or 12.92% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D69636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69636 is #2969C9. Grayscale: #9E9E9E. Windows color (decimal): -2714058 or 3577558. OLE color: 3577558.

HSL color Cylindrical-coordinate representation of color #D69636: hue angle of 36º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D69636 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 54 -
CMYK 0 0.30 0.75 0.16
HSL 36º 0.66% 0.53% -
HSV(B) 36º 0.75% 0.84% -
XYZ 39.3 36.38 8.44 -
YUV 158.19 69.2 167.81 -
System Red Green Blue C M Y K H S L
Decimal 214 150 54 0 0.30 0.75 0.16 36 0.66 0.53
Hex D6 96 36 0 1E 4B 10 24 42 35
Octal 326 226 66 0 36 113 20 44 102 65
Binary 11010110 10010110 110110 0 11110 1001011 10000 100100 1000010 110101

Color Harmonies of #D69636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69636

Black with #D69636

Text Example


Text Example

White with #D69636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69636; }

 p { color: rgb(214,150,54); }

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

background-color css

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

 a { background-color: rgb(214,150,54); }

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

border-color css

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

 span { border-color: rgb(214,150,54); }

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