Html Css Color HEX #CD8F31 Fuel Yellow

📋 copy color: '#CD8F31'

red 205 ◦ green 143 ◦ blue 49

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

Shades of Fuel Yellow #CD8F31

Tints of Fuel Yellow #CD8F31

RGB

 RED value IS 205 (80.47% from 255) = 51.64%

 GREEN value IS 143 (56.25% from 255) = 36.02%

 BLUE value IS 49 (19.53% from 255) = 12.34%

R = 51.64%
G = 36.02%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CD8F31 (or 0xCD8F31) is known color: Fuel Yellow. HEX triplet: CD, 8F and 31. RGB value is (205,143,49). Sum of RGB (Red+Green+Blue) = 205+143+49=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8F31 is #3270CE. Grayscale: #979797. Windows color (decimal): -3305679 or 3248077. OLE color: 3248077.

HSL color Cylindrical-coordinate representation of color #CD8F31: hue angle of 36.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD8F31 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 143 49 -
CMYK 0 0.30 0.76 0.20
HSL 36.15º 0.61% 0.5% -
HSV(B) 36.15º 0.76% 0.8% -
XYZ 35.55 32.85 7.37 -
YUV 150.82 70.54 166.64 -
System Red Green Blue C M Y K H S L
Decimal 205 143 49 0 0.30 0.76 0.20 36.15 0.61 0.5
Hex CD 8F 31 0 1E 4C 14 24 3D 32
Octal 315 217 61 0 36 114 24 44 75 62
Binary 11001101 10001111 110001 0 11110 1001100 10100 100100 111101 110010

Color Harmonies of #CD8F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8F31

Black with #CD8F31

Text Example


Text Example

White with #CD8F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8F31; }

 p { color: rgb(205,143,49); }

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

background-color css

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

 a { background-color: rgb(205,143,49); }

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

border-color css

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

 span { border-color: rgb(205,143,49); }

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