Html Css Color HEX #D69735 Fuel Yellow

📋 copy color: '#D69735'

red 214 ◦ green 151 ◦ blue 53

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

Shades of Fuel Yellow #D69735

Tints of Fuel Yellow #D69735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.68%

R = 51.2%
G = 36.12%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D69735 (or 0xD69735) is known color: Fuel Yellow. HEX triplet: D6, 97 and 35. RGB value is (214,151,53). Sum of RGB (Red+Green+Blue) = 214+151+53=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D69735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69735 is #2968CA. Grayscale: #9F9F9F. Windows color (decimal): -2713803 or 3512278. OLE color: 3512278.

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

Color convert

RGB 214 151 53 -
CMYK 0 0.29 0.75 0.16
HSL 36.52º 0.66% 0.52% -
HSV(B) 36.52º 0.75% 0.84% -
XYZ 39.44 36.69 8.37 -
YUV 158.67 68.37 167.47 -
System Red Green Blue C M Y K H S L
Decimal 214 151 53 0 0.29 0.75 0.16 36.52 0.66 0.52
Hex D6 97 35 0 1D 4B 10 25 42 34
Octal 326 227 65 0 35 113 20 45 102 64
Binary 11010110 10010111 110101 0 11101 1001011 10000 100101 1000010 110100

Color Harmonies of #D69735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69735

Black with #D69735

Text Example


Text Example

White with #D69735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69735; }

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

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

background-color css

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

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

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

border-color css

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

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

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