Html Css Color HEX #D68A2D Fuel Yellow

📋 copy color: '#D68A2D'

red 214 ◦ green 138 ◦ blue 45

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

Shades of Fuel Yellow #D68A2D

Tints of Fuel Yellow #D68A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.34%

R = 53.9%
G = 34.76%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D68A2D (or 0xD68A2D) is known color: Fuel Yellow. HEX triplet: D6, 8A and 2D. RGB value is (214,138,45). Sum of RGB (Red+Green+Blue) = 214+138+45=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A2D is #2975D2. Grayscale: #969696. Windows color (decimal): -2717139 or 2984662. OLE color: 2984662.

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

Color convert

RGB 214 138 45 -
CMYK 0 0.36 0.79 0.16
HSL 33.02º 0.67% 0.51% -
HSV(B) 33.02º 0.79% 0.84% -
XYZ 37.29 32.66 6.82 -
YUV 150.12 68.68 173.56 -
System Red Green Blue C M Y K H S L
Decimal 214 138 45 0 0.36 0.79 0.16 33.02 0.67 0.51
Hex D6 8A 2D 0 24 4F 10 21 43 33
Octal 326 212 55 0 44 117 20 41 103 63
Binary 11010110 10001010 101101 0 100100 1001111 10000 100001 1000011 110011

Color Harmonies of #D68A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68A2D

Black with #D68A2D

Text Example


Text Example

White with #D68A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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