Html Css Color HEX #D69C34 Fuel Yellow

📋 copy color: '#D69C34'

red 214 ◦ green 156 ◦ blue 52

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

Shades of Fuel Yellow #D69C34

Tints of Fuel Yellow #D69C34

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.97%

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

R = 50.71%
G = 36.97%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D69C34 (or 0xD69C34) is known color: Fuel Yellow. HEX triplet: D6, 9C and 34. RGB value is (214,156,52). Sum of RGB (Red+Green+Blue) = 214+156+52=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69C34 is #2963CB. Grayscale: #A1A1A1. Windows color (decimal): -2712524 or 3448022. OLE color: 3448022.

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

Color convert

RGB 214 156 52 -
CMYK 0 0.27 0.76 0.16
HSL 38.52º 0.66% 0.52% -
HSV(B) 38.52º 0.76% 0.84% -
XYZ 40.24 38.32 8.52 -
YUV 161.49 66.22 165.46 -
System Red Green Blue C M Y K H S L
Decimal 214 156 52 0 0.27 0.76 0.16 38.52 0.66 0.52
Hex D6 9C 34 0 1B 4C 10 27 42 34
Octal 326 234 64 0 33 114 20 47 102 64
Binary 11010110 10011100 110100 0 11011 1001100 10000 100111 1000010 110100

Color Harmonies of #D69C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69C34

Black with #D69C34

Text Example


Text Example

White with #D69C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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