Html Css Color HEX #D69934 Fuel Yellow

📋 copy color: '#D69934'

red 214 ◦ green 153 ◦ blue 52

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

Shades of Fuel Yellow #D69934

Tints of Fuel Yellow #D69934

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.52%

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

R = 51.07%
G = 36.52%
B = 12.41%

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

#D69934 (or 0xD69934) is known color: Fuel Yellow. HEX triplet: D6, 99 and 34. RGB value is (214,153,52). Sum of RGB (Red+Green+Blue) = 214+153+52=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D69934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69934 is #2966CB. Grayscale: #A0A0A0. Windows color (decimal): -2713292 or 3447254. OLE color: 3447254.

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

Color convert

RGB 214 153 52 -
CMYK 0 0.29 0.76 0.16
HSL 37.41º 0.66% 0.52% -
HSV(B) 37.41º 0.76% 0.84% -
XYZ 39.74 37.33 8.36 -
YUV 159.73 67.21 166.71 -
System Red Green Blue C M Y K H S L
Decimal 214 153 52 0 0.29 0.76 0.16 37.41 0.66 0.52
Hex D6 99 34 0 1D 4C 10 25 42 34
Octal 326 231 64 0 35 114 20 45 102 64
Binary 11010110 10011001 110100 0 11101 1001100 10000 100101 1000010 110100

Color Harmonies of #D69934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69934

Black with #D69934

Text Example


Text Example

White with #D69934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69934; }

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

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

background-color css

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

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

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

border-color css

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

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

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