Html Css Color HEX #D69834 Fuel Yellow

📋 copy color: '#D69834'

red 214 ◦ green 152 ◦ blue 52

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

Shades of Fuel Yellow #D69834

Tints of Fuel Yellow #D69834

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.36%

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

R = 51.2%
G = 36.36%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D69834 (or 0xD69834) is known color: Fuel Yellow. HEX triplet: D6, 98 and 34. RGB value is (214,152,52). Sum of RGB (Red+Green+Blue) = 214+152+52=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D69834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69834 is #2967CB. Grayscale: #9F9F9F. Windows color (decimal): -2713548 or 3446998. OLE color: 3446998.

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

Color convert

RGB 214 152 52 -
CMYK 0 0.29 0.76 0.16
HSL 37.04º 0.66% 0.52% -
HSV(B) 37.04º 0.76% 0.84% -
XYZ 39.58 37 8.3 -
YUV 159.14 67.54 167.13 -
System Red Green Blue C M Y K H S L
Decimal 214 152 52 0 0.29 0.76 0.16 37.04 0.66 0.52
Hex D6 98 34 0 1D 4C 10 25 42 34
Octal 326 230 64 0 35 114 20 45 102 64
Binary 11010110 10011000 110100 0 11101 1001100 10000 100101 1000010 110100

Color Harmonies of #D69834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69834

Black with #D69834

Text Example


Text Example

White with #D69834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69834; }

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

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

background-color css

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

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

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

border-color css

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

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

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