Html Css Color HEX #D68A35 Fuel Yellow

📋 copy color: '#D68A35'

red 214 ◦ green 138 ◦ blue 53

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

Shades of Fuel Yellow #D68A35

Tints of Fuel Yellow #D68A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.09%

R = 52.84%
G = 34.07%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D68A35 (or 0xD68A35) is known color: Fuel Yellow. HEX triplet: D6, 8A and 35. RGB value is (214,138,53). Sum of RGB (Red+Green+Blue) = 214+138+53=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A35 is #2975CA. Grayscale: #979797. Windows color (decimal): -2717131 or 3508950. OLE color: 3508950.

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

Color convert

RGB 214 138 53 -
CMYK 0 0.36 0.75 0.16
HSL 31.68º 0.66% 0.52% -
HSV(B) 31.68º 0.75% 0.84% -
XYZ 37.46 32.73 7.71 -
YUV 151.03 72.68 172.91 -
System Red Green Blue C M Y K H S L
Decimal 214 138 53 0 0.36 0.75 0.16 31.68 0.66 0.52
Hex D6 8A 35 0 24 4B 10 20 42 34
Octal 326 212 65 0 44 113 20 40 102 64
Binary 11010110 10001010 110101 0 100100 1001011 10000 100000 1000010 110100

Color Harmonies of #D68A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68A35

Black with #D68A35

Text Example


Text Example

White with #D68A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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