Html Css Color HEX #D69033 Fuel Yellow

📋 copy color: '#D69033'

red 214 ◦ green 144 ◦ blue 51

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

Shades of Fuel Yellow #D69033

Tints of Fuel Yellow #D69033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.47%

R = 52.32%
G = 35.21%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D69033 (or 0xD69033) is known color: Fuel Yellow. HEX triplet: D6, 90 and 33. RGB value is (214,144,51). Sum of RGB (Red+Green+Blue) = 214+144+51=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 51 (20.31% from 255 or 12.47% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D69033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69033 is #296FCC. Grayscale: #9A9A9A. Windows color (decimal): -2715597 or 3379414. OLE color: 3379414.

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

Color convert

RGB 214 144 51 -
CMYK 0 0.33 0.76 0.16
HSL 34.23º 0.67% 0.52% -
HSV(B) 34.23º 0.76% 0.84% -
XYZ 38.3 34.48 7.77 -
YUV 154.33 69.69 170.56 -
System Red Green Blue C M Y K H S L
Decimal 214 144 51 0 0.33 0.76 0.16 34.23 0.67 0.52
Hex D6 90 33 0 21 4C 10 22 43 34
Octal 326 220 63 0 41 114 20 42 103 64
Binary 11010110 10010000 110011 0 100001 1001100 10000 100010 1000011 110100

Color Harmonies of #D69033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69033

Black with #D69033

Text Example


Text Example

White with #D69033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69033; }

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

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

background-color css

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

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

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

border-color css

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

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

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