Html Css Color HEX #D68A34 Fuel Yellow

📋 copy color: '#D68A34'

red 214 ◦ green 138 ◦ blue 52

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

Shades of Fuel Yellow #D68A34

Tints of Fuel Yellow #D68A34

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.16%

 BLUE value IS 52 (20.7% from 255) = 12.87%

R = 52.97%
G = 34.16%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D68A34 (or 0xD68A34) is known color: Fuel Yellow. HEX triplet: D6, 8A and 34. RGB value is (214,138,52). Sum of RGB (Red+Green+Blue) = 214+138+52=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A34 is #2975CB. Grayscale: #979797. Windows color (decimal): -2717132 or 3443414. OLE color: 3443414.

HSL color Cylindrical-coordinate representation of color #D68A34: hue angle of 31.85º degrees, saturation: 0.66, 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 #D68A34 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 138 52 -
CMYK 0 0.36 0.76 0.16
HSL 31.85º 0.66% 0.52% -
HSV(B) 31.85º 0.76% 0.84% -
XYZ 37.44 32.72 7.59 -
YUV 150.92 72.18 172.99 -
System Red Green Blue C M Y K H S L
Decimal 214 138 52 0 0.36 0.76 0.16 31.85 0.66 0.52
Hex D6 8A 34 0 24 4C 10 20 42 34
Octal 326 212 64 0 44 114 20 40 102 64
Binary 11010110 10001010 110100 0 100100 1001100 10000 100000 1000010 110100

Color Harmonies of #D68A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68A34

Black with #D68A34

Text Example


Text Example

White with #D68A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68A34; }

 p { color: rgb(214,138,52); }

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

background-color css

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

 a { background-color: rgb(214,138,52); }

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

border-color css

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

 span { border-color: rgb(214,138,52); }

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