Html Css Color HEX #D68C2D Fuel Yellow

📋 copy color: '#D68C2D'

red 214 ◦ green 140 ◦ blue 45

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

Shades of Fuel Yellow #D68C2D

Tints of Fuel Yellow #D68C2D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

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

R = 53.63%
G = 35.09%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D68C2D (or 0xD68C2D) is known color: Fuel Yellow. HEX triplet: D6, 8C and 2D. RGB value is (214,140,45). Sum of RGB (Red+Green+Blue) = 214+140+45=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C2D is #2973D2. Grayscale: #979797. Windows color (decimal): -2716627 or 2985174. OLE color: 2985174.

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

Color convert

RGB 214 140 45 -
CMYK 0 0.35 0.79 0.16
HSL 33.73º 0.67% 0.51% -
HSV(B) 33.73º 0.79% 0.84% -
XYZ 37.58 33.24 6.92 -
YUV 151.3 68.02 172.72 -
System Red Green Blue C M Y K H S L
Decimal 214 140 45 0 0.35 0.79 0.16 33.73 0.67 0.51
Hex D6 8C 2D 0 23 4F 10 22 43 33
Octal 326 214 55 0 43 117 20 42 103 63
Binary 11010110 10001100 101101 0 100011 1001111 10000 100010 1000011 110011

Color Harmonies of #D68C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C2D

Black with #D68C2D

Text Example


Text Example

White with #D68C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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