Html Css Color HEX #D2963E Fuel Yellow

📋 copy color: '#D2963E'

red 210 ◦ green 150 ◦ blue 62

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

Shades of Fuel Yellow #D2963E

Tints of Fuel Yellow #D2963E

RGB

 RED value IS 210 (82.42% from 255) = 49.76%

 GREEN value IS 150 (58.98% from 255) = 35.55%

 BLUE value IS 62 (24.61% from 255) = 14.69%

R = 49.76%
G = 35.55%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2963E (or 0xD2963E) is known color: Fuel Yellow. HEX triplet: D2, 96 and 3E. RGB value is (210,150,62). Sum of RGB (Red+Green+Blue) = 210+150+62=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2963E is #2D69C1. Grayscale: #9E9E9E. Windows color (decimal): -2976194 or 4101842. OLE color: 4101842.

HSL color Cylindrical-coordinate representation of color #D2963E: hue angle of 35.68º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2963E is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 150 62 -
CMYK 0 0.29 0.70 0.18
HSL 35.68º 0.62% 0.53% -
HSV(B) 35.68º 0.7% 0.82% -
XYZ 38.35 35.86 9.46 -
YUV 157.91 73.88 165.16 -
System Red Green Blue C M Y K H S L
Decimal 210 150 62 0 0.29 0.70 0.18 35.68 0.62 0.53
Hex D2 96 3E 0 1D 46 12 24 3E 35
Octal 322 226 76 0 35 106 22 44 76 65
Binary 11010010 10010110 111110 0 11101 1000110 10010 100100 111110 110101

Color Harmonies of #D2963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2963E

Black with #D2963E

Text Example


Text Example

White with #D2963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2963E; }

 p { color: rgb(210,150,62); }

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

background-color css

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

 a { background-color: rgb(210,150,62); }

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

border-color css

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

 span { border-color: rgb(210,150,62); }

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