Html Css Color HEX #D69035 Fuel Yellow

📋 copy color: '#D69035'

red 214 ◦ green 144 ◦ blue 53

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

Shades of Fuel Yellow #D69035

Tints of Fuel Yellow #D69035

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.04%

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

R = 52.07%
G = 35.04%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D69035 (or 0xD69035) is known color: Fuel Yellow. HEX triplet: D6, 90 and 35. RGB value is (214,144,53). Sum of RGB (Red+Green+Blue) = 214+144+53=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D69035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69035 is #296FCA. Grayscale: #9A9A9A. Windows color (decimal): -2715595 or 3510486. OLE color: 3510486.

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

Color convert

RGB 214 144 53 -
CMYK 0 0.33 0.75 0.16
HSL 33.91º 0.66% 0.52% -
HSV(B) 33.91º 0.75% 0.84% -
XYZ 38.35 34.5 8.01 -
YUV 154.56 70.69 170.4 -
System Red Green Blue C M Y K H S L
Decimal 214 144 53 0 0.33 0.75 0.16 33.91 0.66 0.52
Hex D6 90 35 0 21 4B 10 22 42 34
Octal 326 220 65 0 41 113 20 42 102 64
Binary 11010110 10010000 110101 0 100001 1001011 10000 100010 1000010 110100

Color Harmonies of #D69035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69035

Black with #D69035

Text Example


Text Example

White with #D69035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69035; }

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

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

background-color css

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

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

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

border-color css

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

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

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