Html Css Color HEX #D69935 Fuel Yellow

📋 copy color: '#D69935'

red 214 ◦ green 153 ◦ blue 53

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

Shades of Fuel Yellow #D69935

Tints of Fuel Yellow #D69935

RGB

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

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

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

R = 50.95%
G = 36.43%
B = 12.62%

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

#D69935 (or 0xD69935) is known color: Fuel Yellow. HEX triplet: D6, 99 and 35. RGB value is (214,153,53). Sum of RGB (Red+Green+Blue) = 214+153+53=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D69935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69935 is #2966CA. Grayscale: #A0A0A0. Windows color (decimal): -2713291 or 3512790. OLE color: 3512790.

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

Color convert

RGB 214 153 53 -
CMYK 0 0.29 0.75 0.16
HSL 37.27º 0.66% 0.52% -
HSV(B) 37.27º 0.75% 0.84% -
XYZ 39.77 37.34 8.48 -
YUV 159.84 67.71 166.63 -
System Red Green Blue C M Y K H S L
Decimal 214 153 53 0 0.29 0.75 0.16 37.27 0.66 0.52
Hex D6 99 35 0 1D 4B 10 25 42 34
Octal 326 231 65 0 35 113 20 45 102 64
Binary 11010110 10011001 110101 0 11101 1001011 10000 100101 1000010 110100

Color Harmonies of #D69935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69935

Black with #D69935

Text Example


Text Example

White with #D69935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69935; }

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

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

background-color css

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

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

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

border-color css

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

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

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