Html Css Color HEX #D68934 Fuel Yellow

📋 copy color: '#D68934'

red 214 ◦ green 137 ◦ blue 52

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

Shades of Fuel Yellow #D68934

Tints of Fuel Yellow #D68934

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34%

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

R = 53.1%
G = 34%
B = 12.9%

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

#D68934 (or 0xD68934) is known color: Fuel Yellow. HEX triplet: D6, 89 and 34. RGB value is (214,137,52). Sum of RGB (Red+Green+Blue) = 214+137+52=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D68934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68934 is #2976CB. Grayscale: #969696. Windows color (decimal): -2717388 or 3443158. OLE color: 3443158.

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

Color convert

RGB 214 137 52 -
CMYK 0 0.36 0.76 0.16
HSL 31.48º 0.66% 0.52% -
HSV(B) 31.48º 0.76% 0.84% -
XYZ 37.3 32.44 7.54 -
YUV 150.33 72.51 173.41 -
System Red Green Blue C M Y K H S L
Decimal 214 137 52 0 0.36 0.76 0.16 31.48 0.66 0.52
Hex D6 89 34 0 24 4C 10 1F 42 34
Octal 326 211 64 0 44 114 20 37 102 64
Binary 11010110 10001001 110100 0 100100 1001100 10000 11111 1000010 110100

Color Harmonies of #D68934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68934

Black with #D68934

Text Example


Text Example

White with #D68934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68934; }

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

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

background-color css

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

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

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

border-color css

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

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

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