Html Css Color HEX #D69534 Fuel Yellow

📋 copy color: '#D69534'

red 214 ◦ green 149 ◦ blue 52

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

Shades of Fuel Yellow #D69534

Tints of Fuel Yellow #D69534

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.9%

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

R = 51.57%
G = 35.9%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D69534 (or 0xD69534) is known color: Fuel Yellow. HEX triplet: D6, 95 and 34. RGB value is (214,149,52). Sum of RGB (Red+Green+Blue) = 214+149+52=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D69534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69534 is #296ACB. Grayscale: #9D9D9D. Windows color (decimal): -2714316 or 3446230. OLE color: 3446230.

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

Color convert

RGB 214 149 52 -
CMYK 0 0.30 0.76 0.16
HSL 35.93º 0.66% 0.52% -
HSV(B) 35.93º 0.76% 0.84% -
XYZ 39.1 36.04 8.14 -
YUV 157.38 68.53 168.39 -
System Red Green Blue C M Y K H S L
Decimal 214 149 52 0 0.30 0.76 0.16 35.93 0.66 0.52
Hex D6 95 34 0 1E 4C 10 24 42 34
Octal 326 225 64 0 36 114 20 44 102 64
Binary 11010110 10010101 110100 0 11110 1001100 10000 100100 1000010 110100

Color Harmonies of #D69534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69534

Black with #D69534

Text Example


Text Example

White with #D69534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69534; }

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

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

background-color css

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

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

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

border-color css

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

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

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